We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d7180 commit e2b4578Copy full SHA for e2b4578
.github/workflows/cmake.yml
@@ -230,7 +230,8 @@ jobs:
230
231
examples-build-hw:
232
name: Build - examples on HW
233
- if: github.repository == 'oneapi-src/unified-runtime' # run only on upstream; forks won't have the HW
+ # 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
235
strategy:
236
matrix:
237
adapter: [
0 commit comments