fix(ci): build needs check
All checks were successful
CI / check (push) Successful in 1m32s
CI / build (push) Successful in 2m21s

This commit is contained in:
Daniel Kempkens 2023-09-14 15:59:27 +02:00
parent b7cefa1d86
commit 484730c9ed
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -3,10 +3,11 @@ name: CI
on: [push] on: [push]
jobs: jobs:
flake-check: check:
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
secrets: inherit secrets: inherit
build: build:
needs: check
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
secrets: inherit secrets: inherit