diff --git a/.github/workflows/check-test.yaml b/.github/workflows/check-test.yaml index 086a3788..46bc00f3 100644 --- a/.github/workflows/check-test.yaml +++ b/.github/workflows/check-test.yaml @@ -16,7 +16,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: