We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8ac307 + b8780bc commit c1d8609Copy full SHA for c1d8609
.github/workflows/twister.yaml
@@ -19,8 +19,7 @@ concurrency:
19
20
jobs:
21
twister-build-prep:
22
- if: github.repository_owner == 'zephyrproject-rtos'
23
- runs-on: zephyr-runner-linux-x64-4xlarge
+ runs-on: ubuntu-latest
24
container:
25
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
26
options: '--entrypoint /bin/bash'
@@ -116,7 +115,7 @@ jobs:
116
115
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
117
118
twister-build:
119
120
needs: twister-build-prep
121
if: needs.twister-build-prep.outputs.size != 0
122
0 commit comments