Skip to content

Commit

Permalink
fix: set failOnError to false for geekyeggo/delete-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed Dec 16, 2024
1 parent 318781b commit 4fe9b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,7 @@ jobs:
with:
name: |
summary-ko*
failOnError: false

run-requirement-tests:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.requirement_test == 'true' && needs.setup-workflow.outputs.execute-requirement-labeled == 'true' }}
Expand Down Expand Up @@ -1712,6 +1713,7 @@ jobs:
with:
name: |
summary-requirement*
failOnError: false

run-ui-tests:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.ui == 'true' && needs.setup-workflow.outputs.execute-ui-labeled == 'true' }}
Expand Down Expand Up @@ -1989,6 +1991,7 @@ jobs:
with:
name: |
summary-ui*
failOnError: false

run-modinput-tests:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.modinput_functional == 'true' && needs.setup-workflow.outputs.execute-modinput-labeled == 'true' }}
Expand Down Expand Up @@ -2264,6 +2267,7 @@ jobs:
with:
name: |
summary-modinput*
failOnError: false

run-ucc-modinput-tests:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.ucc_modinput_functional == 'true' && needs.setup-workflow.outputs.execute-ucc-modinput-labeled == 'true' }}
Expand Down Expand Up @@ -2538,6 +2542,7 @@ jobs:
with:
name: |
summary-ucc_modinput*
failOnError: false

run-scripted-input-tests-full-matrix:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.scripted_inputs == 'true' && needs.setup-workflow.outputs.execute-scripted_inputs-labeled == 'true' }}
Expand Down Expand Up @@ -2806,6 +2811,7 @@ jobs:
with:
name: |
summary-scripted*
failOnError: false

pre-publish:
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 4fe9b78

Please sign in to comment.