diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df55dd95..f1faec15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ on: jobs: test: + name: test on ${{ matrix.os }} + concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true strategy: matrix: # os: [ubuntu-22.04, macos-13] linux not supported yet