Skip to content

Commit 4bbbedd

Browse files
emincihangeriM. Emin Cihangeridavidkna-sap
authored
chore: Update action setup to v5 (#1700)
--------- Co-authored-by: M. Emin Cihangeri <m.emin.cihanger@sap.com> Co-authored-by: David Knaack <david.knaack@sap.com>
1 parent 3f06501 commit 4bbbedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
with:
2828
ref: ${{ inputs.ref }}
2929
token: ${{ inputs.token }}
30-
- uses: pnpm/action-setup@v4
30+
- uses: pnpm/action-setup@v5
3131
with:
3232
version: ${{ inputs.pnpm-version }}
3333
- uses: actions/setup-node@v6

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: 'Execute E2E Tests'
4747
run: pnpm test:e2e
4848
- name: 'Slack Notification'
49-
if: failure()
49+
if: failure() && github.event_name == 'schedule'
5050
uses: slackapi/slack-github-action@v3.0.1
5151
with:
5252
webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)