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

#75 Also ignore audit tasks in main branch when being merged from develop

parent 506c2002
No related branches found
No related tags found
No related merge requests found
......@@ -789,6 +789,8 @@ Debug:
rules:
- if: $CI_COMMIT_MESSAGE =~ /SKIP_check4security/
when: never
- if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/
when: never
- if: $IGNORE_COMPOSER_AUDIT == "0"
when: always
- when: never
......@@ -821,6 +823,8 @@ Debug:
rules:
- if: $CI_COMMIT_MESSAGE =~ /SKIP_check4outdated/
when: never
- if: $CI_COMMIT_MESSAGE =~ /^Merge branch 'develop' into 'main'/
when: never
- if: $IGNORE_COMPOSER_EXTENDED_AUDIT == "0"
when: always
- when: never
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