mirror of https://github.com/apache/cloudstack.git
.github: Skip Coverage Check when forks are updated (#7177)
This commit is contained in:
parent
8ef35466de
commit
dcf01f7bef
|
|
@ -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