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 73b4821 commit 46d170bCopy full SHA for 46d170b
.github/workflows/nightly.yml
@@ -50,6 +50,9 @@ 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
+ env:
54
+ SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
55
+ FAILED_PRODUCT: "${{ matrix.products }}"
56
if: ${{ failure() }}
57
run: |
58
curl -X POST -H 'Content-type: application/json' \
@@ -65,6 +68,4 @@ jobs:
65
68
]
66
69
}' \
67
70
${SLACK_WEBHOOK_NIGHTLY};
- env:
- SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
- FAILED_PRODUCT: "${{ matrix.products }}"
71
+
0 commit comments