File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: {}
12
12
jobs :
13
13
unit-test-results :
14
14
name : Unit Test Results
15
- if : github.event.workflow_run.conclusion != 'skipped'
15
+ if : github.event.workflow_run.conclusion != 'skipped' || github.event.workflow_run.conclusion != 'cancelled'
16
16
runs-on : ubuntu-latest
17
17
permissions :
18
18
actions : read
Original file line number Diff line number Diff line change 7
7
- completed
8
8
9
9
# No permissions by default
10
- permissions : {}
10
+ # permissions: {}
11
11
12
12
env :
13
13
WOKWI_TIMEOUT : 600000 # Milliseconds
14
14
15
15
jobs :
16
16
wokwi-test :
17
17
name : Wokwi ${{ matrix.chip }} ${{ matrix.type }} tests
18
- if : github.event.workflow_run.conclusion != 'skipped'
18
+ if : github.event.workflow_run.conclusion != 'skipped' || github.event.workflow_run.conclusion != 'cancelled'
19
19
runs-on : ubuntu-latest
20
20
env :
21
21
id : ${{ github.event.workflow_run.head_sha }}-${{ matrix.chip }}-${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments