Raymond Toy pushed to branch issue-476-disable-ci-scheduled-analyzer-link-checker at cmucl / cmucl Commits: b5ccdd67 by Raymond Toy at 2026-02-25T17:14:57-08:00 Comment out CI_SOURCE = "branch" This only appears in the linux:install job. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -136,7 +136,7 @@ linux:install: #- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" - - if: $CI_PIPELINE_SOURCE == "branch" + #- if: $CI_PIPELINE_SOURCE == "branch" - if: $CI_PIPELINE_SOURCE == "web" linux:build: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b5ccdd6740ed0afbfb3aef42... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b5ccdd6740ed0afbfb3aef42... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)