We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f06501 commit 4bbbeddCopy full SHA for 4bbbedd
.github/actions/setup/action.yml
@@ -27,7 +27,7 @@ runs:
27
with:
28
ref: ${{ inputs.ref }}
29
token: ${{ inputs.token }}
30
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
31
32
version: ${{ inputs.pnpm-version }}
33
- uses: actions/setup-node@v6
.github/workflows/e2e-tests.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: 'Execute E2E Tests'
47
run: pnpm test:e2e
48
- name: 'Slack Notification'
49
- if: failure()
+ if: failure() && github.event_name == 'schedule'
50
uses: slackapi/slack-github-action@v3.0.1
51
52
webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments