Skip to content

Commit cc268e5

Browse files
authored
Merge pull request #1408 from lukaszstolarczuk/block-e2e-on-forks
[CI] Skip E2E tests on forks
2 parents b183740 + d474561 commit cc268e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e_core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ permissions:
4141

4242
jobs:
4343
e2e-build-hw:
44+
if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks will not have the HW
4445
name: Build SYCL, UR, run E2E
4546
strategy:
4647
matrix:

0 commit comments

Comments
 (0)