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 9b92cfd commit 25976a1Copy full SHA for 25976a1
.github/workflows/sycl-linux-run-tests.yml
@@ -233,9 +233,6 @@ jobs:
233
if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
234
name: ${{ inputs.name }}
235
runs-on: ${{ fromJSON(inputs.runner) }}
236
- permissions:
237
- contents: write
238
- packages: read
239
container:
240
image: ${{ inputs.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
241
options: ${{ inputs.image_options }}
@@ -367,6 +364,8 @@ jobs:
367
364
368
365
- name: Run benchmarks
369
366
if: inputs.tests_selector == 'benchmarks'
+ permissions:
+ contents: write
370
uses: ./devops/actions/run-tests/benchmark
371
with:
372
target_devices: ${{ inputs.target_devices }}
0 commit comments