diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aad4c4..b1680b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,6 @@ name: CI on: [push, pull_request] -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - jobs: e2e: name: End-to-end tests diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index ded1c83..35fdc07 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -2,10 +2,6 @@ name: Nix on: [push, pull_request] -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - jobs: check-and-build: name: Run nix flake check and nix build