diff --git a/lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test_bundles.yml.txt b/lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test_bundles.yml.txt index 5b5879ad51d4..690aab86f0d9 100644 --- a/lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test_bundles.yml.txt +++ b/lib/node_modules/@stdlib/_tools/scripts/templates/workflow_test_bundles.yml.txt @@ -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: