Skip to content

Commit d443a26

Browse files
committed
attempt #2
1 parent 2d27786 commit d443a26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly_branch_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: check
103103

104104
- name: Notify on failure
105-
if: failure() && ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL != '' }}
105+
if: failure()
106106
run: |
107107
curl -X POST \
108108
-H 'Content-Type: application/json' \

.github/workflows/weekly_download_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "✅ viash help command works"
4343
4444
- name: Notify download test failure
45-
if: failure() && ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL != '' }}
45+
if: failure()
4646
run: |
4747
curl -X POST \
4848
-H 'Content-Type: application/json' \

0 commit comments

Comments
 (0)