Skip to content

Commit

Permalink
ci: Fix conditions to run the job
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 10, 2024
1 parent f69f054 commit bfaf49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
wokwi-check:
name: ${{ matrix.project.name }}
if: github.actor == 'esp-rs'
if: github.repository == 'esp-rs/mo_std-training' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit bfaf49f

Please sign in to comment.