actions: run code coverage only on main tree
Run code coverage reporting on main zephyr repo only. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f527a81dcf
commit
add37df1bc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codecov.yaml
vendored
1
.github/workflows/codecov.yaml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
codecov-prep:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
steps:
|
||||
- name: Cancel Previous Runs
|
||||
uses: styfle/cancel-workflow-action@0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue