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
1 changed file:
Changes:
| ... | ... | @@ -136,7 +136,7 @@ linux:install: |
| 136 | 136 | #- if: $CI_PIPELINE_SOURCE == "schedule"
|
| 137 | 137 | - if: $CI_PIPELINE_SOURCE == "push"
|
| 138 | 138 | - if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
| 139 | - - if: $CI_PIPELINE_SOURCE == "branch"
|
|
| 139 | + #- if: $CI_PIPELINE_SOURCE == "branch"
|
|
| 140 | 140 | - if: $CI_PIPELINE_SOURCE == "web"
|
| 141 | 141 | |
| 142 | 142 | linux:build:
|