diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eacbed9..126436c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,9 @@ on: jobs: release-to-ghcr: + concurrency: + group: release-to-ghcr-${{ inputs.package }} + cancel-in-progress: false if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor) runs-on: ubuntu-latest steps: