Skip to content

Commit 35eceb2

Browse files
committed
Fix Slack notifier workflow failure
1 parent 27565f2 commit 35eceb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
python -m pytest
3232
- name: Report Status
3333
if: always()
34-
uses: ravsamhq/notify-slack-action@v1
34+
continue-on-error: true
35+
uses: ravsamhq/notify-slack-action@v2
3536
with:
3637
status: ${{ job.status }}
3738
notify_when: "failure,warnings"

0 commit comments

Comments
 (0)