diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-04-22 21:31:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 21:31:01 (GMT) |
commit | fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd (patch) | |
tree | 4adae7388fa41cac50cf19ddd745455e5684e209 /.github | |
parent | 85f727c5fb2afa60affa9ae3396ce4149cf5215d (diff) | |
download | cpython-fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd.zip cpython-fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd.tar.gz cpython-fc21c7f7a731d64f7e4f0e82469f78fa9c104bbd.tar.bz2 |
Set proper permissions for `jit.yml` workflow (#118084)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/jit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index f18fb00..490005b 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -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 |