mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
better auto upgrades
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -1,10 +1,8 @@
|
||||
name: Update flake inputs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * 1' # every Monday at 4am
|
||||
- cron: '30 3 * * 0' # every Sunday at 3:30
|
||||
workflow_dispatch: # allow manual trigger
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user