diff --git a/README.md b/README.md index 9a02d0e..1657270 100644 --- a/README.md +++ b/README.md @@ -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.