We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be52455 commit d2a057cCopy full SHA for d2a057c
.github/workflows/e2e-tests.yaml
@@ -20,6 +20,7 @@ jobs:
20
name: 'Build and Test'
21
runs-on: ubuntu-latest
22
steps:
23
+ - uses: actions/checkout@v6
24
- uses: ./.github/actions/setup
25
- name: Create .env file
26
env:
@@ -46,7 +47,7 @@ jobs:
46
47
- name: 'Execute E2E Tests'
48
run: pnpm test:e2e
49
- name: 'Slack Notification'
- if: failure()
50
+ if: failure() && github.ref == 'refs/heads/main'
51
uses: slackapi/slack-github-action@v3.0.1
52
with:
53
webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments