Skip to content

Commit

Permalink
Set proper permissions for jit.yml workflow (#118084)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Apr 22, 2024
1 parent 85f727c commit fc21c7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc21c7f

Please sign in to comment.