diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0480c7c0..e0f80880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Unit Tests concurrency: group: ${{ github.workflow }}#${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref == 'main' }} on: push: