We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127e6dc commit 3fc982aCopy full SHA for 3fc982a
.github/workflows/wokwi_projects.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
wokwi-check:
17
name: ${{ matrix.project.name }}
18
- if: github.actor == 'esp-rs'
+ if: github.repository == 'esp-rs/std-training' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
19
runs-on: ubuntu-latest
20
strategy:
21
fail-fast: false
0 commit comments