From c8576cc0dc5ad9adc80ea026c9d5c6fdad3efe9a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 28 May 2025 13:22:43 +0100 Subject: [PATCH] ci: Use placeholder-job for sanity This runs in 11 seconds and doesn't even clone the git repo, so we can use the placeholder tag here to get it through instantly. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8410fabaf19..4211f764cf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -406,7 +406,7 @@ sanity: - .fdo.ci-fairy stage: sanity tags: - - $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64 + - placeholder-job rules: - if: *is-merge-request when: on_success