From 250e42dbea9174a2d4a52b39dd5e568935a04103 Mon Sep 17 00:00:00 2001 From: James N <59348282+RandomSpaceship@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:50:58 +1000 Subject: [PATCH] ci-cd: Change linting concurrency to be per branch --- .github/workflows/all.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index 6552e2d..407862a 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -20,9 +20,8 @@ jobs: filters: .github/filters.yaml format: name: Format and lint - # jobs which push to the repo all need to be in this concurrency group concurrency: - group: "push" + group: ${{ github.workflow }}-${{ github.ref }} # needed to push changes if needed permissions: contents: write