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 97b43b5 commit 03a866fCopy full SHA for 03a866f
.github/workflows/tests.yml
@@ -85,7 +85,7 @@ jobs:
85
name: Regression notifications
86
runs-on: ubuntu-latest
87
needs: build
88
- if: failure()
+ if: failure() && github.ref == 'refs/heads/main'
89
steps:
90
- name: Send notifications of failing tests
91
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
0 commit comments