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

Never update satis for merge requests

parent 6b3f90d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ UpdateSatis:
- ascr satis-update
cache: {}
rules:
- if: '$CI_COMMIT_BRANCH =~ /^patch/'
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_COMMIT_BRANCH =~ /^patch/
when: never
- 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