We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637c24c commit cf3b5b0Copy full SHA for cf3b5b0
.github/workflows/webhook_process_addon.yml
@@ -25,6 +25,7 @@ env:
25
jobs:
26
test_addon_in_blender:
27
runs-on: ubuntu-latest
28
+ continue-on-error: true
29
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')
30
strategy:
31
matrix:
@@ -49,6 +50,7 @@ jobs:
49
50
aggregate_results:
51
name: Collect & Post Combined Results
52
needs: test_addon_in_blender
53
+ if: always()
54
55
steps:
56
- uses: actions/checkout@v4
0 commit comments