diff --git a/.github/workflows/release-composite.yml b/.github/workflows/release-composite.yml index 5a5fab6..01152a1 100644 --- a/.github/workflows/release-composite.yml +++ b/.github/workflows/release-composite.yml @@ -8,9 +8,9 @@ on: paths: [CHANGELOG.md] # your changelog file if different workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.action }} +# cancel-in-progress: true permissions: pull-requests: write