From 77055b5b558e6afd622a5265fbaf997b5e952ead Mon Sep 17 00:00:00 2001 From: Divit Jain Date: Tue, 30 Dec 2025 22:10:29 +0530 Subject: [PATCH] ci: make Slack notifications non-fatal in test_bundles workflow --- .github/workflows/test_bundles.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_bundles.yml b/.github/workflows/test_bundles.yml index 5b5879ad..690aab86 100644 --- a/.github/workflows/test_bundles.yml +++ b/.github/workflows/test_bundles.yml @@ -90,6 +90,7 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' + continue-on-error: true # Pin action to full length commit SHA uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: @@ -134,6 +135,7 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' + continue-on-error: true # Pin action to full length commit SHA uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: @@ -178,6 +180,7 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' + continue-on-error: true # Pin action to full length commit SHA uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: