mirror of https://github.com/python/cpython
Set proper permissions for `jit.yml` workflow (#118084)
This commit is contained in:
parent
85f727c5fb
commit
fc21c7f7a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue