diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ab725e35..8b3364b97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,9 @@ on: - 'releases/*' tags: +permissions: + contents: read + concurrency: group: build-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true