Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
8f1782ec10
commit
3aa807f921
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue