summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-30 16:38:00 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-30 20:17:05 -0400
commit16d6a8ff011f2194485387dcca1c00f8ddcdbdeb (patch)
tree7bd89cafea833200f4dfdf5a1050839c31374d17 /.gitlab-ci.yml
parenta9197a292fd4b13308dc6664c01351c7239357ed (diff)
downloadhaskell-16d6a8ff011f2194485387dcca1c00f8ddcdbdeb.tar.gz
gitlab-ci: Don't run make job in release pipelines
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f0966cdae..1bc68650eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -362,7 +362,7 @@ validate-x86_64-linux-deb10-make:
extends: .build-x86_64-linux-deb10-make
stage: full-build
rules:
- - if: '$CI_MERGE_REQUEST_LABELS !~ /.*fast-ci.*/'
+ - if: '($CI_MERGE_REQUEST_LABELS !~ /.*fast-ci.*/) && ($RELEASE_JOB != "yes")'
############################################################
# Validation via Pipelines (make)