ci: twister: Do not run on third-party repositories
This commit updates the twister workflow to only run on the repositories in the zephyrproject-rtos organisation because this workflow requires a custom runner type only available within the zephyrproject-rtos organisation. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
863a886e63
commit
0aded739d3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/twister.yaml
vendored
1
.github/workflows/twister.yaml
vendored
|
@ -19,6 +19,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
twister-build-prep:
|
||||
if: github.repository_owner == 'zephyrproject-rtos'
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue