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: