Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
e96b45e992
commit
1be95607e2
1 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue