Change the build workflow to run on cron activations as well
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful

This commit is contained in:
2025-12-28 21:32:48 +03:00
parent 77213ce492
commit d401548d1d

View File

@@ -3,7 +3,7 @@ steps:
- name: build-nix - name: build-nix
image: nixos/nix:latest image: nixos/nix:latest
when: when:
event: [tag, push] event: [tag, push, cron]
commands: commands:
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build - nix --extra-experimental-features nix-command --extra-experimental-features flakes build
- ./result/bin/ollisp - ./result/bin/ollisp