We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ca744 commit 9c20f6cCopy full SHA for 9c20f6c
.github/workflows/nightly.yml
@@ -51,7 +51,7 @@ jobs:
51
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
52
- name: Ping on failure
53
env:
54
- SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
+ SLACK_WEBHOOK_NIGHTLY: ${{ env.SLACK_WEBHOOK_NIGHTLY }}
55
FAILED_PRODUCT: "${{ matrix.products }}"
56
if: ${{ failure() }}
57
run: |
0 commit comments