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 84d4ac1 commit 9e38e0bCopy full SHA for 9e38e0b
.github/workflows/twister.yaml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
twister-build-prep:
22
- runs-on: zephyr-runner-linux-x64-4xlarge
+ runs-on: test-runner
23
container:
24
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
25
options: '--entrypoint /bin/bash'
@@ -121,7 +121,7 @@ jobs:
121
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
122
123
twister-build:
124
125
needs: twister-build-prep
126
if: needs.twister-build-prep.outputs.size != 0
127
0 commit comments