From bf6318866fa3be2c2ed2ca1e1ca0744f2305a740 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sun, 14 Apr 2024 11:37:44 +0200 Subject: [PATCH] Fix syntax --- test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 60f8567..fe0718f 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -789,7 +789,7 @@ Debug: rules: - if: '$CI_COMMIT_MESSAGE =~ /SKIP_check4security/ && $CHECKUPDATES != "yes"' when: never - - if: '$CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/' + - if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/ when: never - if: '$IGNORE_COMPOSER_AUDIT == "0"' when: always @@ -823,7 +823,7 @@ Debug: rules: - if: '$CI_COMMIT_MESSAGE =~ /SKIP_check4outdated/ && $CHECKUPDATES != "yes"' when: never - - if: '$CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/' + - if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/ when: never - if: '$IGNORE_COMPOSER_EXTENDED_AUDIT == "0"' when: always -- GitLab