From 2a2def32ab86f6ee925db35079cf4763e7c145d1 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 5 Dec 2025 12:08:39 +0100 Subject: [PATCH] ci: Remove nix check from the critical path in ci.yaml --- .github/workflows/ci.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95779dfa7..1ff005089 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -677,24 +677,6 @@ jobs: cat config.vars VALGRIND=0 uv run eatmydata pytest tests/ ${GLOBAL_PYTEST_OPTS} -n ${PYTEST_PAR} ${PYTEST_OPTS} - check-flake: - name: Check Nix Flake - runs-on: ubuntu-22.04 - strategy: - fail-fast: true - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - submodules: 'recursive' - - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v8 - - name: Install Nix - uses: cachix/install-nix-action@v31 - with: - nix_path: nixpkgs=channel:nixos-unstable - - name: Check flake - run: nix flake check gather: # A dummy task that depends on the full matrix of tests, and