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 3d0a3aa commit 7c1dcb7Copy full SHA for 7c1dcb7
.github/workflows/nightly.yml
@@ -51,6 +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: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
55
FAILED_PRODUCT: "${{ matrix.products }}"
56
if: ${{ failure() }}
57
run: |
@@ -67,6 +68,4 @@ jobs:
67
68
]
69
}' \
70
${SLACK_WEBHOOK_NIGHTLY};
- with:
71
- SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
72
0 commit comments