Skip to content

Commit cf3b5b0

Browse files
committed
Fix addon tests which fail fast
1 parent 637c24c commit cf3b5b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/webhook_process_addon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
jobs:
2626
test_addon_in_blender:
2727
runs-on: ubuntu-latest
28+
continue-on-error: true
2829
if: (github.event.inputs.verification_status == 'uploaded' || github.event.client_payload.verification_status == 'uploaded') && (github.event.inputs.is_private != 'true' && github.event.client_payload.is_private != 'true')
2930
strategy:
3031
matrix:
@@ -49,6 +50,7 @@ jobs:
4950
aggregate_results:
5051
name: Collect & Post Combined Results
5152
needs: test_addon_in_blender
53+
if: always()
5254
runs-on: ubuntu-latest
5355
steps:
5456
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)