summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-12 12:45:38 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-12 15:54:58 -0500
commitc79b2b65fff93b4f4e38e5d124f0cb8c6ef704c0 (patch)
tree73023ab3fca8550a0f74a4f0b7dc5bc2693ede8d /.gitlab-ci.yml
parent1b812b6973a25cb1962e2fc543d2c4ed3cf31f3c (diff)
downloadhaskell-c79b2b65fff93b4f4e38e5d124f0cb8c6ef704c0.tar.gz
Don't run hadrian-multi on fast-ci label
Fixes #22667
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a046205af..ddb530fae7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -426,6 +426,8 @@ hadrian-multi:
key: hadrian-ghci-$CACHE_REV
paths:
- cabal-cache
+ rules:
+ - if: '$CI_MERGE_REQUEST_LABELS !~ /.*fast-ci.*/'
############################################################
# stack-hadrian-build