Skip to content

Commit 299ff28

Browse files
committed
test: curl google url
1 parent 3e72891 commit 299ff28

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: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
54+
SLACK_WEBHOOK_NIGHTLY: "https://www.google.com"
5555
FAILED_PRODUCT: "${{ matrix.products }}"
5656
if: ${{ failure() }}
5757
run: |

0 commit comments

Comments
 (0)