diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc2bb01..9ca0519 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,8 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true + # Temporarily disabled + # cancel-in-progress: true env: CARGO_INCREMENTAL: 0