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 d5ef748 commit 3d0a3aaCopy full SHA for 3d0a3aa
.github/workflows/nightly.yml
@@ -50,8 +50,6 @@ jobs:
50
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
51
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
52
- name: Ping on failure
53
- with:
54
- SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
55
env:
56
FAILED_PRODUCT: "${{ matrix.products }}"
57
if: ${{ failure() }}
@@ -69,4 +67,6 @@ jobs:
69
67
]
70
68
}' \
71
${SLACK_WEBHOOK_NIGHTLY};
+ with:
+ SLACK_WEBHOOK_NIGHTLY: ${{ vars.SLACK_WEBHOOK_NIGHTLY }}
72
0 commit comments