diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dd93fe..f3845c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: branches: - main +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: RelWithDebInfo @@ -19,9 +22,6 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest] - concurrency: - group: ${{ github.head_ref }} - cancel-in-progress: true steps: - uses: actions/checkout@master with: