[Git][ghc/ghc][wip/backports-8.8] gitlab-ci: Reintroduce workflow stanza

Ben Gamari gitlab at gitlab.haskell.org
Sun Jul 5 15:16:01 UTC 2020



Ben Gamari pushed to branch wip/backports-8.8 at Glasgow Haskell Compiler / GHC


Commits:
88262e19 by Ben Gamari at 2020-07-05T11:15:47-04:00
gitlab-ci: Reintroduce workflow stanza

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -32,6 +32,15 @@ stages:
     - if: '$CI_COMMIT_BRANCH =~ /ghc-[0.9]+\.[0-9]+/'
     - if: '$CI_PIPELINE_SOURCE == "web"'
 
+workflow:
+  # N.B. Don't run on wip/ branches, instead on run on merge requests.
+  rules:
+    - if: $CI_MERGE_REQUEST_ID
+    - if: $CI_COMMIT_TAG
+    - if: '$CI_COMMIT_BRANCH == "wip/marge_bot_batch_merge_job"'
+    - if: '$CI_COMMIT_BRANCH =~ /ghc-[0.9]+\.[0-9]+/'
+    - if: '$CI_PIPELINE_SOURCE == "web"'
+
 ############################################################
 # Runner Tags
 ############################################################



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/88262e192e69fc71916d47cbdbd8bb7c9a8f1782
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/20200705/f1543ea8/attachment.html>


More information about the ghc-commits mailing list