Skip to content

Commit e2b4578

Browse files
committed
[CI] Temporarily disable HW examples job
The Conda environment setup is consistently failing, disabling the job until we figure out a fix for this.
1 parent 51d7180 commit e2b4578

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)