Skip to content

Commit

Permalink
Merge pull request #1290 from kbenzie/benie/ci-disable-examples
Browse files Browse the repository at this point in the history
[CI] Temporarily disable HW examples job
  • Loading branch information
kbenzie committed Jan 30, 2024
1 parent 8c93d16 commit 39d15ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ jobs:

examples-build-hw:
name: Build - examples on HW
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
if: false # temporaily disabled due to conda env setup issues
strategy:
matrix:
adapter: [
Expand Down

0 comments on commit 39d15ac

Please sign in to comment.