ci: schedule coverity only for osbuild/osbuild
Don't schedule the run of coverity on forks of osbuild, but only on the main repository.
This commit is contained in:
parent
cd0db46601
commit
a505a82169
1 changed files with 1 additions and 0 deletions
1
.github/workflows/coverity.yml
vendored
1
.github/workflows/coverity.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
jobs:
|
||||
coverity:
|
||||
name: "Test Suite"
|
||||
if: github.repository == 'osbuild/osbuild'
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue