Skip to content

Commit 5c659c8

Browse files
authored
Merge pull request #1174 from ldorau/Run_Compatibility_GPU_CI_jobs_only_on_upstream
Run Compatibility GPU CI jobs only on upstream
2 parents 01881bd + 0d5a89c commit 5c659c8

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)