Skip to content

Commit

Permalink
ci: depend on successful checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed May 20, 2024
1 parent 64389b5 commit 204f371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: nix build

default-ghc:
needs: [checks]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -47,6 +48,7 @@ jobs:


ghc-94:
needs: [checks]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -65,6 +67,7 @@ jobs:


ghc-98:
needs: [checks]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -82,6 +85,7 @@ jobs:
run: nix build ".#richenv-ghc98"

ghc-910:
needs: [checks]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 204f371

Please sign in to comment.