diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec89bfb..1d8fe31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release concurrency: - group: ${{ github.event.inputs.ref || github.ref }}-workflow-release + group: ${{ github.event.inputs.ref || github.ref }}-workflow-${{ github.event_name }} cancel-in-progress: true on: