[CI] Add Workflow permissions to PR tests (#13233)

[CI] Add workflow permissions to PR tests

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Dhruv Nair
2026-03-09 17:51:42 +05:30
committed by GitHub
parent a08c274c33
commit 8ea908f323

View File

@@ -16,6 +16,9 @@ on:
branches:
- ci-*
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true