Skip to content

Commit a67a8c6

Browse files
authored
Disable Codeplay CIs (#4665)
1 parent a377c17 commit a67a8c6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/intel.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
name: oneAPI SYCL for Nvidia GPUs [tests w/ EB]
112112
runs-on: ubuntu-latest
113113
needs: check_changes
114-
if: needs.check_changes.outputs.has_non_docs_changes == 'true'
114+
# if: needs.check_changes.outputs.has_non_docs_changes == 'true'
115+
if: 0
115116
steps:
116117
- uses: actions/checkout@v5
117118
- name: Dependencies
@@ -164,7 +165,8 @@ jobs:
164165
name: oneAPI SYCL for AMD GPUs
165166
runs-on: ubuntu-22.04
166167
needs: check_changes
167-
if: needs.check_changes.outputs.has_non_docs_changes == 'true'
168+
# if: needs.check_changes.outputs.has_non_docs_changes == 'true'
169+
if: 0
168170
steps:
169171
- uses: actions/checkout@v5
170172
- name: Dependencies

0 commit comments

Comments
 (0)