increase update attempt rate.

This commit is contained in:
Ingolf Wagner 2024-08-22 22:14:58 +02:00
parent 11871fc506
commit e50d61faf4
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -5,7 +5,7 @@ on:
branches:
- "**"
schedule:
- cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour
- cron: "30 2/6 * * *" # not to frequent, GitHub only allows a few pulls per hour
jobs:
nix build: