ci: fix workflow permissions (#22640)

This commit is contained in:
David Sherret 2024-02-29 17:04:29 -05:00 committed by GitHub
parent ea3651a1ac
commit 627c49c9d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,8 @@ on:
- reopened
- synchronize
- ready_for_review
permissions:
contents: write
concurrency:
group: '${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, ''ci-test-flaky'') && github.head_ref || github.run_id }}'
cancel-in-progress: true