We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb3f1f4 + d421990 commit 0b15b1fCopy full SHA for 0b15b1f
.github/workflows/coverity.yml
@@ -18,6 +18,8 @@ permissions:
18
jobs:
19
coverity:
20
name: Coverity
21
+ # run only on upstream; forks do not know Username/Password
22
+ if: github.repository == 'oneapi-src/unified-memory-framework'
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout repository
0 commit comments