Update Github workflow to publish release even if not all platform builds succeed
This commit is contained in:
1
.github/workflows/build_orca.yml
vendored
1
.github/workflows/build_orca.yml
vendored
@ -487,6 +487,7 @@ jobs:
|
||||
|
||||
- name: Run external slicer regression tests
|
||||
if: runner.os == 'Linux'
|
||||
continue-on-error: true
|
||||
timeout-minutes: 20
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user