Skip to content

Commit

Permalink
Run csmock on coverity_scan branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Dec 5, 2024
1 parent ea39aec commit a235ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/csmock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-commit-job-csmock:
rules:
- if: $CI_PROJECT_PATH != "cryptsetup/cryptsetup"
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /v2\..\.x$/ || $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /v2\..\.x$/ || $CI_COMMIT_BRANCH == "coverity_scan" || $CI_PIPELINE_SOURCE == "merge_request_event"
script:
- sudo /opt/run-csmock.sh
artifacts:
Expand Down

0 comments on commit a235ca2

Please sign in to comment.