Skip to content

Commit 03a866f

Browse files
committed
ci: notifications on main
1 parent 97b43b5 commit 03a866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: Regression notifications
8686
runs-on: ubuntu-latest
8787
needs: build
88-
if: failure()
88+
if: failure() && github.ref == 'refs/heads/main'
8989
steps:
9090
- name: Send notifications of failing tests
9191
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0

0 commit comments

Comments
 (0)