Run flake update every 2 hours
All checks were successful
flake-check / build (push) Successful in 1m54s
Periodic flake update / flake-update (push) Successful in 1m35s

This commit is contained in:
Torjus Håkestad 2024-10-03 11:49:37 +02:00
parent cebeb2be1c
commit 842adea065

View File

@ -1,7 +1,7 @@
name: Periodic flake update name: Periodic flake update
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 */2 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions: