Update .forgejo/workflows/demo.yaml

This commit is contained in:
Christoph Hollizeck 2024-12-28 10:51:42 +01:00
parent 8f1782ec10
commit 3aa807f921

View file

@ -1,8 +1,13 @@
on: [push] on:
schedule:
- cron: 0 3 * * *
jobs: jobs:
test: test:
runs-on: native runs-on: native
steps: steps:
- run: nix build .#loptland - uses: action/checkout@v4
- run: nix build