mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
.github: only run Coverity Scan for KernelKit org.
The Infix scan token we have is only valid for KernelKit, so for any downstream forks we must not attempt to run this workflow. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
coverity:
|
||||
if: ${{github.repository_owner == 'kernelkit'}}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user