ci: test how it runs hourly

This commit is contained in:
silver 2025-01-30 14:31:59 +00:00
parent 041c8d3d10
commit 33ce79cb13
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -2,7 +2,8 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
# - cron: '0 0 * * *'
- cron: '0 * * * *'
# using code from the nixos repo
jobs: