Skip to content

Commit

Permalink
Merge branch 'ci/remove_target'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 14, 2024
2 parents 11e2c23 + f1848ce commit e6775ad
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/wokwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ env:
jobs:
wokwi-test:
name: Wokwi ${{ matrix.chip }} ${{ matrix.type }} tests
if: github.event.workflow_run.conclusion != 'skipped' || github.event.workflow_run.conclusion != 'cancelled'
if: |
github.event.workflow_run.conclusion == 'success' ||
github.event.workflow_run.conclusion == 'failure' ||
github.event.workflow_run.conclusion == 'timed_out'
runs-on: ubuntu-latest
env:
id: ${{ github.event.workflow_run.head_sha }}-${{ matrix.chip }}-${{ matrix.type }}
permissions:
contents: read
actions: read
statuses: write
# permissions:
# contents: read
# actions: read
# statuses: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e6775ad

Please sign in to comment.