From 484730c9edd8f1147b2fe1d23a24a468a8c0ddb5 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 14 Sep 2023 15:59:27 +0200 Subject: [PATCH] fix(ci): build needs check --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b94d17e..8b2252c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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