fix(ci): skip secret detection in master branch
This commit is contained in:
parent
163a508a61
commit
93e65c43c6
|
@ -78,6 +78,3 @@ failed_job:
|
|||
- if: '$CI_COMMIT_REF_NAME == "master" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||
# Run this job only when preceding jobs failed
|
||||
when: on_failure
|
||||
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
|
Loading…
Reference in New Issue