diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 4adb184..11d2c65 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -8,6 +8,7 @@ on: jobs: coverity: runs-on: ubuntu-latest + if: github.repository == 'libbpf/libbpf' name: Coverity steps: - uses: actions/checkout@v2