diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a5a4c6..d1003a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: needs: test runs-on: ubuntu-latest if: (github.ref == 'refs/heads/master' && github.event_name == 'push') || startsWith(github.ref, 'refs/tags/') + concurrency: + group: publish-${{ github.sha }} + cancel-in-progress: false permissions: id-token: write steps: