diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index a188c8090..19c098c18 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -6,7 +6,7 @@ on: - cron: '0 0 * * *' concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.schedule || github.ref }} cancel-in-progress: true permissions: