Skip to content

Commit

Permalink
ci: Only run wokwi simualtions from esp-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Dec 19, 2023
1 parent ad3a788 commit a9dcfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
working-directory: ${{ matrix.project.path }}

- name: Wokwi CI check
if: matrix.project.name != 'stack-overflow-detection'
if: matrix.project.name != 'stack-overflow-detection' && github.repository_owner == 'esp-rs'
uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CLI_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
wokwi-check:
name: ${{ matrix.project.name }}
if: ${{ github.repository_owner == 'esp-rs' }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit a9dcfc2

Please sign in to comment.