[Git][ghc/ghc][ghc-8.8] gitlab-ci: Reintroduce workflow stanza
Ben Gamari
gitlab at gitlab.haskell.org
Mon Jul 6 16:15:32 UTC 2020
Ben Gamari pushed to branch ghc-8.8 at Glasgow Haskell Compiler / GHC
Commits:
ac697a44 by Ben Gamari at 2020-07-06T12:15:24-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/ac697a44ffb216cb351468b1b0e9ddb84de1495a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ac697a44ffb216cb351468b1b0e9ddb84de1495a
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/20200706/fc4b07cc/attachment.html>
More information about the ghc-commits
mailing list