From 788c875b3b685ad983ff029443ba581da956507b Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 30 Oct 2025 14:49:54 +0100 Subject: [PATCH] workflow: build before pushing the new branch --- .forgejo/workflows/nix-inputs-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/nix-inputs-update.yml b/.forgejo/workflows/nix-inputs-update.yml index 36aa425..14f31eb 100644 --- a/.forgejo/workflows/nix-inputs-update.yml +++ b/.forgejo/workflows/nix-inputs-update.yml @@ -9,4 +9,5 @@ jobs: - run: git checkout -b update-nix-inputs - run: nix flake update - run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow " + - run: nix build .#build-all - run: git push --force --set-upstream origin update-nix-inputs