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 4ac4f56 commit e7175bdCopy full SHA for e7175bd
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -135,7 +135,7 @@ jobs:
135
build_sycl_dispatch:
136
name: '[Dispatch] Build SYCL'
137
needs: [ sanitize_inputs_dispatch ]
138
- if: never()
+ if: false
139
uses: ./.github/workflows/sycl-linux-build.yml
140
with:
141
build_ref: ${{ needs.sanitize_inputs_dispatch.outputs.build_ref }}
@@ -225,7 +225,7 @@ jobs:
225
# Benchmark framework builds and runs on PRs path:
226
build_pr:
227
name: '[PR] Build SYCL'
228
- if: never() && github.event_name == 'pull_request'
+ if: false && github.event_name == 'pull_request'
229
230
231
build_ref: ${{ github.sha }}
0 commit comments