From eb3e83501c6375553912aadc37378a004553faa6 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 3 May 2023 22:39:34 +0200 Subject: [PATCH] ci: remove job dependencies --- .github/workflows/nix-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 45f0281..0fa4199 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -16,7 +16,6 @@ jobs: - run: nix flake check -L build: - needs: checks name: ${{ matrix.attribute }} / ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -33,7 +32,6 @@ jobs: - run: nix build --accept-flake-config "${{matrix.attribute}}" -L tests: - needs: build runs-on: ubuntu-latest name: Integration test steps: