Skip to content

Commit 74e8284

Browse files
committed
fix nightly
1 parent b36b056 commit 74e8284

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
4343
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
4444
- name: Ping on failure
45-
env:
46-
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
47-
FAILED_PRODUCT: "${{ matrix.products }}"
4845
if: ${{ failure() }}
4946
run: |
5047
curl -X POST -H 'Content-type: application/json' \
@@ -60,4 +57,6 @@ jobs:
6057
]
6158
}' \
6259
${SLACK_WEBHOOK_NIGHTLY};
63-
60+
env:
61+
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
62+
FAILED_PRODUCT: "${{ matrix.products }}"

0 commit comments

Comments
 (0)