Skip to content

Commit b3308e9

Browse files
committed
ci: use syntax of pull ref branch merge
1 parent 8a9f5e2 commit b3308e9

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
@@ -86,7 +86,7 @@ jobs:
8686
name: Regression notifications
8787
runs-on: ubuntu-latest
8888
needs: build
89-
if: failure() && github.ref == 'refs/heads/zimeg-ci-notifications' && github.event_name != 'workflow_dispatch'
89+
if: failure() && github.ref == 'refs/pull/1323/merge' && github.event_name != 'workflow_dispatch'
9090
steps:
9191
- name: Send notifications of failing tests
9292
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0

0 commit comments

Comments
 (0)