summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-18 12:06:32 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-24 00:41:40 -0500
commitf4850f365cee3d9030a61132931f4aba51f7e52a (patch)
treedd19f49cf8613fc7f16bd6acd343017f0d4f2634
parentcbaebfb9d03d01f15eb6bbeee584a70fc09a15c4 (diff)
downloadhaskell-f4850f365cee3d9030a61132931f4aba51f7e52a.tar.gz
ci: Don't run abi-test-nightly on release jobs
The test is not configured to get the correct dependencies for the release pipelines (and indeed stops the release pipeline being run at all)
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a010464711..3001809b54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -481,7 +481,6 @@ abi-test-nightly:
- out
rules:
- if: $NIGHTLY
- - if: '$RELEASE_JOB == "yes"'
############################################################
# Packaging