Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits:
-
36374808
by Raymond Toy at 2024-07-23T18:43:49-07:00
1 changed file:
Changes:
| ... | ... | @@ -235,7 +235,9 @@ osx:benchmark: |
| 235 | 235 | |
| 236 | 236 | linux:static-analyzer:
|
| 237 | 237 | stage: build
|
| 238 | - when: manual
|
|
| 238 | + rules:
|
|
| 239 | + - if: $CI_PIPELINE_SOURCE = "schedule"
|
|
| 240 | + - when: manual
|
|
| 239 | 241 | tags:
|
| 240 | 242 | - linux
|
| 241 | 243 | artifacts:
|