Skip to content

Commit e6775ad

Browse files
committed
Merge branch 'ci/remove_target'
2 parents 11e2c23 + f1848ce commit e6775ad

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/wokwi.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ env:
1515
jobs:
1616
wokwi-test:
1717
name: Wokwi ${{ matrix.chip }} ${{ matrix.type }} tests
18-
if: github.event.workflow_run.conclusion != 'skipped' || github.event.workflow_run.conclusion != 'cancelled'
18+
if: |
19+
github.event.workflow_run.conclusion == 'success' ||
20+
github.event.workflow_run.conclusion == 'failure' ||
21+
github.event.workflow_run.conclusion == 'timed_out'
1922
runs-on: ubuntu-latest
2023
env:
2124
id: ${{ github.event.workflow_run.head_sha }}-${{ matrix.chip }}-${{ matrix.type }}
22-
permissions:
23-
contents: read
24-
actions: read
25-
statuses: write
25+
# permissions:
26+
# contents: read
27+
# actions: read
28+
# statuses: write
2629
strategy:
2730
fail-fast: false
2831
matrix:

0 commit comments

Comments
 (0)