Skip to content

Commit

Permalink
[workflows] Add top-level permissions for libcxx-build-and-test.yaml (l…
Browse files Browse the repository at this point in the history
…lvm#73689)

This is the standard convention for our workflow files.
  • Loading branch information
tstellar authored Nov 29, 2023
1 parent 4b2ba5a commit f150ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
- 'cmake/**'
- '.github/workflows/libcxx-build-and-test.yaml'

permissions:
contents: read # Default everything to read-only

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
Expand Down

0 comments on commit f150ecc

Please sign in to comment.