ci: codecov: Do not run on forks
This commit updates the codecov workflow to not run on the fork repositories because this workflow requires a custom runner type only available within the zephyrproject-rtos organisation and there is not much point in running this workflow on the repositories other than the main Zephyr repository. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
d7f69fccc3
commit
dfabedf262
1
.github/workflows/codecov.yaml
vendored
1
.github/workflows/codecov.yaml
vendored
|
@ -10,6 +10,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
codecov:
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
|
|
Loading…
Reference in a new issue