Merge branch 'run-job-on-tag-pipeline' into 'main'

Run secret_detection job on tag pipeline

See merge request gitlab-components/secret-detection!4
This commit is contained in:
Fabio Pitino 2023-11-09 09:32:08 +00:00
commit dd6fe1d1c9

View file

@ -3,6 +3,11 @@ include:
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:
stage: test
image: badouralix/curl-jq