We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f5e2 commit b3308e9Copy full SHA for b3308e9
.github/workflows/tests.yml
@@ -86,7 +86,7 @@ jobs:
86
name: Regression notifications
87
runs-on: ubuntu-latest
88
needs: build
89
- if: failure() && github.ref == 'refs/heads/zimeg-ci-notifications' && github.event_name != 'workflow_dispatch'
+ if: failure() && github.ref == 'refs/pull/1323/merge' && github.event_name != 'workflow_dispatch'
90
steps:
91
- name: Send notifications of failing tests
92
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
0 commit comments