diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 1a75a87..78eb181 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -1,8 +1,7 @@ name: 'Pull Request Build' concurrency: - group: ${{ github.event.branch }}-${{ github.event.number }} - cancel-in-progress: false + group: ${{ github.event_name }}/${{ github.event.branch }}/${{ github.event.number }}/${{ github.event.head_ref }} on: merge_group: