fix(ci): build needs check
This commit is contained in:
parent
b7cefa1d86
commit
484730c9ed
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -3,10 +3,11 @@ name: CI
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
flake-check:
|
||||
check:
|
||||
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
|
||||
secrets: inherit
|
||||
|
||||
build:
|
||||
needs: check
|
||||
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
|
||||
secrets: inherit
|
||||
|
|
Reference in a new issue