File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818
1919jobs :
2020 Benchmarks :
21+ if : false
2122 uses : ./.github/workflows/reusable_benchmarks.yml
2223 permissions :
2324 contents : write
4748 compatibility : ' 1'
4849
4950 SYCL :
51+ if : false
5052 uses : ./.github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change @@ -178,11 +178,13 @@ jobs:
178178 echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
179179
180180 - name : Remove UMF libraries from sycl
181- if : inputs.compatibility == 1
181+ # if: inputs.compatibility == 1
182+ if : false
182183 run : rm -f ${{ env.SYCL_DIR }}/lib/libumf*
183184
184185 - name : Copy UMF libraries to sycl
185- if : inputs.compatibility == 1
186+ # if: inputs.compatibility == 1
187+ if : false
186188 run : |
187189 cp ${{ env.BUILD_DIR }}/lib/libumf* ${{ env.SYCL_DIR }}/lib/
188190
You can’t perform that action at this time.
0 commit comments