[Git][ghc/ghc][master] Don't run hadrian-multi on fast-ci label

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Jan 12 20:55:16 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
c79b2b65 by Matthew Pickering at 2023-01-12T15:54:58-05:00
Don't run hadrian-multi on fast-ci label

Fixes #22667

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c79b2b65fff93b4f4e38e5d124f0cb8c6ef704c0

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c79b2b65fff93b4f4e38e5d124f0cb8c6ef704c0
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230112/7afc33bd/attachment.html>


More information about the ghc-commits mailing list