Skip to content

Commit 3fc982a

Browse files
committed
ci: Fix conditions to run the job
1 parent 127e6dc commit 3fc982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wokwi_projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
wokwi-check:
1717
name: ${{ matrix.project.name }}
18-
if: github.actor == 'esp-rs'
18+
if: github.repository == 'esp-rs/std-training' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
1919
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false

0 commit comments

Comments
 (0)