mirror of
https://gitlab.com/components/secret-detection.git
synced 2025-06-29 23:18:29 +02:00
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:
commit
dd6fe1d1c9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue