From dfabedf262b30830218ac6f8387fc7c2b4e0d9bb Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 4 Nov 2022 22:17:46 +0900 Subject: [PATCH] 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 --- .github/workflows/codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 2e9bf2dae5..18f93fd08a 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -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