Skip to content

Commit 0b15b1f

Browse files
Merge pull request #666 from ldorau/CI_Run_Coverity_only_on_upstream
[CI] Run Coverity only on upstream
2 parents fb3f1f4 + d421990 commit 0b15b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ permissions:
1818
jobs:
1919
coverity:
2020
name: Coverity
21+
# run only on upstream; forks do not know Username/Password
22+
if: github.repository == 'oneapi-src/unified-memory-framework'
2123
runs-on: ubuntu-latest
2224
steps:
2325
- name: Checkout repository

0 commit comments

Comments
 (0)