Commit e6a2759b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-gitaly-slack-notification' into 'master'

Fix Gitaly update Slack notification

See merge request gitlab-org/gitlab!42369
parents 7afc24ac bbfb3e1e
......@@ -10,7 +10,7 @@ notify-update-gitaly:
extends:
- .notify-slack
rules:
- if: '$CI_MERGE_REQUEST_IID && $CI_COMMIT_BRANCH == $GITALY_UPDATE_BRANCH'
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $GITALY_UPDATE_BRANCH'
when: on_failure
allow_failure: true
variables:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment