Skip to content

Commit 0d5a89c

Browse files
committed
Run Compatibility GPU CI jobs only on upstream
Run Compatibility GPU CI jobs only on upstream, since forks do not have the required HW. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 23cbc0c commit 0d5a89c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ jobs:
186186
187187
gpu:
188188
name: GPU Ubuntu
189+
# run only on upstream; forks will not have the HW
190+
if: github.repository == 'oneapi-src/unified-memory-framework'
189191
strategy:
190192
matrix:
191193
provider: ['LEVEL_ZERO', 'CUDA']

0 commit comments

Comments
 (0)