Skip to content

Commit c5ca744

Browse files
committed
trigger
1 parent 59a80a5 commit c5ca744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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: ${{ SLACK_WEBHOOK_NIGHTLY }}
54+
SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
5555
FAILED_PRODUCT: "${{ matrix.products }}"
5656
if: ${{ failure() }}
5757
run: |

0 commit comments

Comments
 (0)