mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 01:05:57 +00:00
.github: Skip Coverage Check when forks are updated (#7177)
This commit is contained in:
parent
8ef35466de
commit
dcf01f7bef
1
.github/workflows/codecov.yml
vendored
1
.github/workflows/codecov.yml
vendored
@ -28,6 +28,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'apache/cloudstack'
|
||||
name: codecov
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user