diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-24 11:16:13 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-30 13:44:50 -0400 |
commit | 0e5bb3a883cfc2faf8e36ff83d3d985e6f4ed93f (patch) | |
tree | dac4cba343c440c26e67c1fb4fe1a2016f80da04 /.gitlab-ci.yml | |
parent | a96dccfe8201542086a65d168ce6d6b9d302e2c2 (diff) | |
download | haskell-0e5bb3a883cfc2faf8e36ff83d3d985e6f4ed93f.tar.gz |
ci: Test bootstrapping in release jobs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8955ee6e61..5829e6bc11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -588,6 +588,7 @@ test-bootstrap: BUILD_FLAVOUR: "validate" rules: - if: $NIGHTLY + - if: '$RELEASE_JOB == "yes"' ############################################################ |