From daf9e809366239b103d3fe0b84a27f3b12d78b4c Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:22:07 +0100 Subject: [PATCH] Update build.yml Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) 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