From 1266565614718da4ba4bf21a1a66f30817bd9d24 Mon Sep 17 00:00:00 2001 From: Divit Jain Date: Tue, 30 Dec 2025 23:22:45 +0530 Subject: [PATCH] fix(ci): make Slack notifications non-fatal in test_bundles workflow template --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../_tools/scripts/templates/workflow_test_bundles.yml.txt | 3 +++ 1 file changed, 3 insertions(+) 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: