From 0c82d65e6112d35dce8445c5abd23d7d7a7c5c44 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Wed, 5 Jul 2023 07:49:23 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.