Run secret_detection job on tag pipeline

This commit is contained in:
Fabio Pitino 2023-11-09 09:29:51 +00:00
parent 3fa5d04e66
commit 1826d66d3c

View file

@ -3,6 +3,11 @@ include:
stages: [test, release] stages: [test, release]
secret_detection:
rules:
- if: $CI_COMMIT_BRANCH
- if: $CI_COMMIT_TAG # overriding rules to ensure it runs on tags before the release.
ensure-job-added: ensure-job-added:
stage: test stage: test
image: badouralix/curl-jq image: badouralix/curl-jq