summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-06-24 13:08:57 -0400
committerBen Gamari <ben@smart-cactus.org>2020-09-17 19:46:29 -0400
commitcc3e00cb315e71889c37c08f4642ee744471e6e1 (patch)
treefe2af5c38e546694c5508744cf1474809865a22f
parentad6cef78e8f1dd3b455c0f343ebd23beeb68b9ef (diff)
downloadhaskell-cc3e00cb315e71889c37c08f4642ee744471e6e1.tar.gz
gitlab-ci: Fix typo
A small typo in a rule regular expression. (cherry picked from commit c4fd8947f4104e7b6d6bf3d320a63a361191bde1)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f85cee36..b25d8bcb88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ workflow:
- 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_COMMIT_BRANCH =~ /ghc-[0-9]+\.[0-9]+/'
- if: '$CI_PIPELINE_SOURCE == "web"'
.nightly: &nightly