Skip to content

Commit 9f7378f

Browse files
committed
ci: declare contents:read on test_old_cpu workflow
The test_old_cpu matrix runs Intel SDE-emulated tests on Sandy Bridge and Haswell baselines. No GitHub API write. contents:read is the floor. Style matches the per-job permissions block in build_wheels.yml (id-token:write for trusted publishing) and the workflow-level shape used by big_endian.yml, build_docs.yml, typecheck.yml. Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 156edad commit 9f7378f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test_old_cpu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
workflow_dispatch:
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
test_old_cpu:
1619
name: Test on ${{ matrix.cpu[1] }}

0 commit comments

Comments
 (0)