Skip to content

Commit

Permalink
ci: codecov: Run on all zephyrproject-rtos organisation repositories
Browse files Browse the repository at this point in the history
This commit updates the codecov workflow to run on all forks under the
zephyrproject-rtos organisation.

The purpose of this is mainly to simplify the process of testing of this
workflow under the zephyr-testing repository.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio authored and nashif committed Mar 12, 2024
1 parent 9838633 commit c1bd5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
codecov:
if: github.repository == 'zephyrproject-rtos/zephyr'
if: github.repository_owner == 'zephyrproject-rtos'
runs-on: zephyr-runner-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
Expand Down

0 comments on commit c1bd5a6

Please sign in to comment.