Skip to content

Commit 3841b17

Browse files
authored
Merge pull request #298 from lukaszstolarczuk/block-gpu-ci
[CI] block HW-related workflow on forks
2 parents 40d919c + 7405edf commit 3841b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
# TODO: add support for Windows
1313
ubuntu-build:
1414
name: Build - Ubuntu
15+
# run only on upstream; forks will not have the HW
16+
if: github.repository == 'oneapi-src/unified-memory-framework'
1517

1618
strategy:
1719
matrix:

0 commit comments

Comments
 (0)