[Git][ghc/ghc][wip/gitlab-inputs] wip7

Zubin pushed to branch wip/gitlab-inputs at Glasgow Haskell Compiler / GHC Commits: be471401 by Zubin Duggal at 2025-10-08T19:26:13+05:30 wip7 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -285,7 +285,13 @@ debug-inputs: - echo "CI_COMMIT_BRANCH:" "$CI_COMMIT_BRANCH" - echo "Test condition:" "$[[ inputs.full_ci ]]" == "yes" rules: - - when: always + - if: '"$[[ inputs.full_ci ]]" == "yes" && $RELEASE_JOB != "yes" && $NIGHTLY == null && $ONLY_JOBS == null' + when: always + - if: '"$[[ inputs.full_ci ]]" == "yes"' + when: always + allow_failure: true + variables: + DEBUG_MSG: "full_ci=yes but other conditions failed" # These jobs are generated by running the ./.gitlab/generate_jobs script include: '.gitlab/jobs.yaml' View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be471401270e06ea453ff8faa9f90a0c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be471401270e06ea453ff8faa9f90a0c... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)