Skip to content

Commit 1153b80

Browse files
committed
xxx
Signed-off-by: Anas Nashif <[email protected]>
1 parent 1488f96 commit 1153b80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ concurrency:
2323
jobs:
2424
twister-build-prep:
2525
if: github.repository_owner == 'zephyrproject-rtos'
26-
runs-on:
27-
group: zephyr-runner-v2-linux-x64-4xlarge
26+
runs-on: ubuntu-22.04
2827
container:
2928
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
3029
options: '--entrypoint /bin/bash'
@@ -325,7 +324,9 @@ jobs:
325324
env:
326325
ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }}
327326
ELASTICSEARCH_SERVER: "https://elasticsearch.zephyrproject.io:443"
328-
needs: twister-build
327+
needs:
328+
- twister-build-prep
329+
- twister-build
329330
runs-on: ubuntu-22.04
330331
# the build-and-test job might be skipped, we don't need to run this job then
331332
if: success() || failure()

0 commit comments

Comments
 (0)