[Git][ghc/ghc][wip/romes/12935] Run on test-abi label
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Fri May 24 10:07:18 UTC 2024
Matthew Pickering pushed to branch wip/romes/12935 at Glasgow Haskell Compiler / GHC
Commits:
0988d99b by Matthew Pickering at 2024-05-24T11:05:12+01:00
Run on test-abi label
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1014,10 +1014,6 @@ abi-test:
optional: true
dependencies: null
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora33:$DOCKER_REV"
- rules:
- - if: $CI_MERGE_REQUEST_ID
- - if: '$CI_COMMIT_BRANCH == "master"'
- - if: '$CI_COMMIT_BRANCH =~ /ghc-[0.9]+\.[0-9]+/'
tags:
- x86_64-linux
script:
@@ -1038,6 +1034,7 @@ abi-test:
- out
rules:
- *full-ci
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-abi.*/'
############################################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0988d99bb105170548342280b233a97072f42d5a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0988d99bb105170548342280b233a97072f42d5a
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/20240524/d2b18d1f/attachment-0001.html>
More information about the ghc-commits
mailing list