Raymond Toy pushed to branch issue-476-disable-ci-scheduled-analyzer-link-checker at cmucl / cmucl Commits: e56e7d17 by Raymond Toy at 2026-02-25T16:05:19-08:00 Fix typo. Needed to comment out one more thing in the link-checker stage - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -383,7 +383,7 @@ markdown-link-check: # pipeline as having failed. rules: #- if: $CI_PIPELINE_SOURCE == "schedule" - allow_failure: true + # allow_failure: true - if: $CI_PIPELINE_SOURCE == "merge_request_event" when: manual allow_failure: true View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e56e7d17eeee76c2f2d62aae... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e56e7d17eeee76c2f2d62aae... You're receiving this email because of your account on gitlab.common-lisp.net.