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 b34d073 commit 6583f14Copy full SHA for 6583f14
.github/workflows/ieee802154-openthread-tests.yml
@@ -21,8 +21,8 @@ jobs:
21
# Use the current branch for tock-hardware-ci
22
tock-hardware-ci-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
23
# Use main branch for tock kernel and libtock-c
24
- tock-kernel-ref: 'main'
25
- libtock-c-ref: 'main'
+ tock-kernel-ref: 'master'
+ libtock-c-ref: 'master'
26
# Multi-board configuration - target specific supervisor with 4 nRF52840dk boards
27
multi-board: true
28
supervisor-id: 'fb1384d5-e1a5-469c-beb4-0d4d215c9793'
0 commit comments