Skip to content

Commit 7c1dcb7

Browse files
committed
trigger
1 parent 3d0a3aa commit 7c1dcb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
5252
- name: Ping on failure
5353
env:
54+
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
5455
FAILED_PRODUCT: "${{ matrix.products }}"
5556
if: ${{ failure() }}
5657
run: |
@@ -67,6 +68,4 @@ jobs:
6768
]
6869
}' \
6970
${SLACK_WEBHOOK_NIGHTLY};
70-
with:
71-
SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
7271

0 commit comments

Comments
 (0)