Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits: b51d4b08 by Raymond Toy at 2024-07-23T18:54:17-07:00 Fix typo on if rule
"=" should be "=="
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -238,7 +238,7 @@ osx:benchmark: linux:static-analyzer: stage: build rules: - - if: $CI_PIPELINE_SOURCE = "schedule" + - if: $CI_PIPELINE_SOURCE == "schedule" - when: manual tags: - linux
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b51d4b08e63253af2e824308...