ci: test how it runs hourly
This commit is contained in:
parent
041c8d3d10
commit
33ce79cb13
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
# - cron: '0 0 * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
# using code from the nixos repo
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue