From 0d5a89cffc2bcd45f72f17e69a01348c2354b1ad Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Mon, 10 Mar 2025 09:16:11 +0100 Subject: [PATCH] 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 --- .github/workflows/reusable_compatibility.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable_compatibility.yml b/.github/workflows/reusable_compatibility.yml index b6007b0812..5bf9bd817b 100644 --- a/.github/workflows/reusable_compatibility.yml +++ b/.github/workflows/reusable_compatibility.yml @@ -186,6 +186,8 @@ jobs: gpu: name: GPU Ubuntu + # run only on upstream; forks will not have the HW + if: github.repository == 'oneapi-src/unified-memory-framework' strategy: matrix: provider: ['LEVEL_ZERO', 'CUDA']