Skip to content

Commit 3d0a3aa

Browse files
committed
trigger
1 parent d5ef748 commit 3d0a3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
5151
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
5252
- name: Ping on failure
53-
with:
54-
SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
5553
env:
5654
FAILED_PRODUCT: "${{ matrix.products }}"
5755
if: ${{ failure() }}
@@ -69,4 +67,6 @@ jobs:
6967
]
7068
}' \
7169
${SLACK_WEBHOOK_NIGHTLY};
70+
with:
71+
SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
7272

0 commit comments

Comments
 (0)