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 29, 2024
2 parents 51d7180 + e2b4578 commit e46dc35
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 @@ -230,7 +230,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 e46dc35

Please sign in to comment.