change frequency to nightly as I update my flake lock automation
This commit is contained in:
parent
9b66d9cc5f
commit
bc471dd331
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches: ["main"]
|
||||
paths: [".forgejo/workflows/build.yaml"]
|
||||
# schedule every night
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
jobs:
|
||||
nix-build:
|
||||
if: github.event.pull_request.draft == false
|
||||
|
@ -15,6 +18,8 @@ jobs:
|
|||
os: native-aarch64
|
||||
- system: telchar
|
||||
os: native-x86_64
|
||||
- system: gandalf
|
||||
os: native-x86_64
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}
|
||||
|
|
Loading…
Reference in a new issue