diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f12a6a5e6..4db630c1e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,12 @@ name: test + +permissions: + contents: read + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true + on: pull_request: { types: [opened, reopened, synchronize, ready_for_review] } push: { branches: [ main ] }