Skip to content

Commit e7175bd

Browse files
committed
WIP
1 parent 4ac4f56 commit e7175bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
build_sycl_dispatch:
136136
name: '[Dispatch] Build SYCL'
137137
needs: [ sanitize_inputs_dispatch ]
138-
if: never()
138+
if: false
139139
uses: ./.github/workflows/sycl-linux-build.yml
140140
with:
141141
build_ref: ${{ needs.sanitize_inputs_dispatch.outputs.build_ref }}
@@ -225,7 +225,7 @@ jobs:
225225
# Benchmark framework builds and runs on PRs path:
226226
build_pr:
227227
name: '[PR] Build SYCL'
228-
if: never() && github.event_name == 'pull_request'
228+
if: false && github.event_name == 'pull_request'
229229
uses: ./.github/workflows/sycl-linux-build.yml
230230
with:
231231
build_ref: ${{ github.sha }}

0 commit comments

Comments
 (0)