Skip to content

Commit 25976a1

Browse files
committed
shuffle perms for sycl-linux-run-tests
1 parent 9b92cfd commit 25976a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@ jobs:
233233
if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
234234
name: ${{ inputs.name }}
235235
runs-on: ${{ fromJSON(inputs.runner) }}
236-
permissions:
237-
contents: write
238-
packages: read
239236
container:
240237
image: ${{ inputs.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
241238
options: ${{ inputs.image_options }}
@@ -367,6 +364,8 @@ jobs:
367364

368365
- name: Run benchmarks
369366
if: inputs.tests_selector == 'benchmarks'
367+
permissions:
368+
contents: write
370369
uses: ./devops/actions/run-tests/benchmark
371370
with:
372371
target_devices: ${{ inputs.target_devices }}

0 commit comments

Comments
 (0)