Skip to content

Commit e46dc35

Browse files
authored
Merge pull request #1290 from kbenzie/benie/ci-disable-examples
[CI] Temporarily disable HW examples job
2 parents 51d7180 + e2b4578 commit e46dc35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ jobs:
230230

231231
examples-build-hw:
232232
name: Build - examples on HW
233-
if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW
233+
# if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW
234+
if: false # temporaily disabled due to conda env setup issues
234235
strategy:
235236
matrix:
236237
adapter: [

0 commit comments

Comments
 (0)