From 090792ed9d4420a636d5b1271c9192aff418f5ab Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 25 May 2024 12:19:23 -0400 Subject: [PATCH] chore: avoid cancelling in flight PR CI runs --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a911952..e71bc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: concurrency: group: ${{ github.repository }}-${{ github.workflow }} - cancel-in-progress: true jobs: nix-matrix: