[Git][ghc/ghc][master] ci: do not require nightly cabal-reinstall job to succeed
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 4f8b660c by mangoiv at 2025-12-15T02:37:05-05:00 ci: do not require nightly cabal-reinstall job to succeed - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -524,6 +524,7 @@ test-cabal-reinstall-x86_64-linux-deb10: TEST_ENV: "x86_64-linux-deb10-cabal-install" rules: - if: $NIGHTLY + allow_failure: true - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-reinstall.*/' ######################################## View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4f8b660c7f91aedd2d80b7736f089d78... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4f8b660c7f91aedd2d80b7736f089d78... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)