From 73ec4d1990341406632cbbf096605eba3aae505e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 15 Oct 2022 10:59:22 +0000 Subject: [PATCH] Updating lint-php.yml workflow from template Signed-off-by: Nextcloud bot --- .github/workflows/lint-php.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index d8694efd..62476c90 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -13,6 +13,13 @@ on: - master - stable* +permissions: + contents: read + +concurrency: + group: lint-php-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: php-lint: runs-on: ubuntu-latest @@ -36,6 +43,8 @@ jobs: run: composer run lint summary: + permissions: + contents: none runs-on: ubuntu-latest needs: php-lint