File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7070 run : /bin/bash /home/esp/workspace/.devcontainer/test.sh ${{ matrix.project.path }}
7171
7272 - name : Wokwi CI check
73- if : matrix.project.name == 'button-interrupt' || matrix.project.name == 'http-client' || matrix.project.name == 'hardware-check'
73+ if : ( matrix.project.name == 'button-interrupt' || matrix.project.name == 'http-client' || matrix.project.name == 'hardware-check') && github.actor == 'esp-rs '
7474 uses : wokwi/wokwi-ci-action@v1
7575 with :
7676 token : ${{ secrets.WOKWI_CLI_TOKEN }}
Original file line number Diff line number Diff line change 1515jobs :
1616 wokwi-check :
1717 name : ${{ matrix.project.name }}
18+ if : github.actor == 'esp-rs'
1819 runs-on : ubuntu-latest
1920 strategy :
2021 fail-fast : false
You can’t perform that action at this time.
0 commit comments