Raymond Toy pushed to branch issue-476-disable-ci-scheduled-analyzer-link-checker at cmucl / cmucl Commits: 056a37f7 by Raymond Toy at 2026-02-25T17:12:38-08:00 Comment out more CI_PIPELINE_SOURCE="schedule" - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -133,7 +133,7 @@ linux:install: # schedule because this is a prerequisite of the analyzer build. A # regular push or merge request does the normal stuff. rules: - - if: $CI_PIPELINE_SOURCE == "schedule" + #- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "branch" @@ -154,7 +154,7 @@ linux:build: # schedule because this is a prerequisite of the analyzer build. A # regular push or merge request does the normal stuff. rules: - - if: $CI_PIPELINE_SOURCE == "schedule" + #- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "web" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/056a37f7b7c835cd5a03a40b... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/056a37f7b7c835cd5a03a40b... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)