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 9b79584 commit f7afc1fCopy full SHA for f7afc1f
.github/workflows/twister-prep.yaml
@@ -20,7 +20,7 @@ jobs:
20
prep_pr:
21
if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request'
22
runs-on:
23
- group: zephyr-runner-v2-linux-x64-4xlarge
+ group: test-runner-v2-linux-x64-4xlarge
24
container:
25
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
26
options: '--entrypoint /bin/bash'
.github/workflows/twister.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
twister-build:
30
31
32
needs: twister-build-prep
33
if: needs.twister-build-prep.outputs.size != 0
34
0 commit comments