Skip to content

Commit 11e2c23

Browse files
committed
Merge branch 'ci/remove_target'
2 parents 3c451e8 + fa88263 commit 11e2c23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: {}
1212
jobs:
1313
unit-test-results:
1414
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'
1616
runs-on: ubuntu-latest
1717
permissions:
1818
actions: read

.github/workflows/wokwi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
- completed
88

99
# No permissions by default
10-
permissions: {}
10+
#permissions: {}
1111

1212
env:
1313
WOKWI_TIMEOUT: 600000 # Milliseconds
1414

1515
jobs:
1616
wokwi-test:
1717
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'
1919
runs-on: ubuntu-latest
2020
env:
2121
id: ${{ github.event.workflow_run.head_sha }}-${{ matrix.chip }}-${{ matrix.type }}

0 commit comments

Comments
 (0)