diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 6d85551c35..dfd8deda96 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -41,7 +41,7 @@ on: default: false concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true