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 3c81a29 commit ef5bc12Copy full SHA for ef5bc12
.github/workflows/tests.yml
@@ -86,7 +86,7 @@ jobs:
86
name: Regression notifications
87
runs-on: ubuntu-latest
88
needs: build
89
- if: ${{ !success() }}
+ if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
90
steps:
91
- name: Send notifications of failing tests
92
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
0 commit comments