Skip to content

Commit

Permalink
ci: remove job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored May 3, 2023
1 parent a7ce54f commit eb3e835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- run: nix flake check -L

build:
needs: checks
name: ${{ matrix.attribute }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -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:
Expand Down

0 comments on commit eb3e835

Please sign in to comment.