Raymond Toy pushed to branch issue-478-run-analyzer-link-chcker-on-schedule at cmucl / cmucl
Commits:
-
9090260c
by Raymond Toy at 2026-03-11T16:17:13-07:00
1 changed file:
Changes:
| ... | ... | @@ -302,6 +302,7 @@ linux:static-analyzer: |
| 302 | 302 | artifacts: true
|
| 303 | 303 | rules:
|
| 304 | 304 | - if: $CI_PIPELINE_SOURCE == "schedule"
|
| 305 | + - if: $RUN_CHECKS
|
|
| 305 | 306 | - when: manual
|
| 306 | 307 | allow_failure: true
|
| 307 | 308 | script:
|
| ... | ... | @@ -370,6 +371,7 @@ markdown-link-check: |
| 370 | 371 | needs: []
|
| 371 | 372 | rules:
|
| 372 | 373 | - if: $CI_PIPELINE_SOURCE == "schedule"
|
| 374 | + - if: $RUN_CHECKS
|
|
| 373 | 375 | - when: manual
|
| 374 | 376 | allow_failure: true
|
| 375 | 377 | script:
|
| ... | ... | @@ -380,3 +382,4 @@ markdown-link-check: |
| 380 | 382 | # https://gitlab.com/gitlab-org/gitlab/-/issues/17845.
|
| 381 | 383 | - git clone https://gitlab.common-lisp.net/cmucl/cmucl.wiki.git
|
| 382 | 384 | - find cmucl.wiki -name \*.md -print0 | xargs -0 -n1 markdown-link-check
|
| 385 | + |