Set proper permissions for `jit.yml` workflow (#118084)

This commit is contained in:
Nikita Sobolev 2024-04-23 00:31:01 +03:00 committed by GitHub
parent 85f727c5fb
commit fc21c7f7a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ on:
- 'Python/optimizer*.c'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true