
Any change in .gitlab-ci/ directory triggers an entire CI run, which is unnecessary for just changing the developers' scripts. Added symlink to `.gitlab-ci/bin` to keep original invocation compatibility. Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20371>
8 lines
193 B
GraphQL
8 lines
193 B
GraphQL
query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
|
|
ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
|
|
errors
|
|
mergedYaml
|
|
__typename
|
|
}
|
|
}
|