From ed98e56f005e8553efbc2993243d9d4d087a0c8b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 30 Oct 2024 16:35:52 +0100 Subject: [PATCH] prevent concurrent coverage reports --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b743f02..833ed38 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,6 +33,8 @@ jobs: name: coverage permissions: contents: write + concurrency: + group: coverage runs-on: ubuntu-latest needs: [build] steps: