Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Fabio Pitino 2023-07-05 07:49:23 +00:00
parent f854e6f0b5
commit 0c82d65e61

View file

@ -25,7 +25,7 @@ include:
- component: gitlab.com/gitlab-components/secret-detection@main
rules:
- if: $SECRET_DETECTION_DISABLED == "true" || $SECRET_DETECTION_DISABLED == "1"
when: never
when: never
```
Otherwise the job will run when applicable.