Skip to content
Snippets Groups Projects
Commit bf631886 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix syntax

parent 3e199ce0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment