We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d27786 commit d443a26Copy full SHA for d443a26
2 files changed
.github/workflows/weekly_branch_tests.yml
@@ -102,7 +102,7 @@ jobs:
102
path: check
103
104
- name: Notify on failure
105
- if: failure() && ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL != '' }}
+ if: failure()
106
run: |
107
curl -X POST \
108
-H 'Content-Type: application/json' \
.github/workflows/weekly_download_test.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "✅ viash help command works"
43
44
- name: Notify download test failure
45
46
47
48
0 commit comments