workflow: build before pushing the new branch
Some checks failed
/ build-all (push) Has been cancelled

This commit is contained in:
Antoine Vaure 2025-10-30 14:49:54 +01:00
parent 8d39b24cfe
commit f6b132a920

View file

@ -9,4 +9,5 @@ jobs:
- run: git checkout -b update-nix-inputs - run: git checkout -b update-nix-inputs
- run: nix flake update - run: nix flake update
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>" - run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow <dummy@domain.xyz>"
- run: nix build .#build-all
- run: git push --force --set-upstream origin update-nix-inputs - run: git push --force --set-upstream origin update-nix-inputs