Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 23, 2024
1 parent 22dfdc3 commit 3088ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- dev/tock-hardware-ci
pull_request:
merge_group:
permissions:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
export PYTHONPATH="$PWD:$PYTHONPATH"
python3 core/main.py --board boards/mock_board.py --test tests/c_hello.py
# For reference, here's how you would set up cross-repo workflow dispatch if needed:
# For reference, here's how one would set up cross-repo workflow dispatch if needed:
#
# notify-external-ci:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3088ed3

Please sign in to comment.