diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8c8dd893..295ca815f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,8 +2,8 @@ name: test on: [push, pull_request] -concurrency: - group: ${{ github.head_ref }} +concurrency: + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: