mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
update flake inputs at 5am every day
This commit is contained in:
parent
2e6d8fda73
commit
2d692d802f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake.yml
vendored
4
.github/workflows/update-flake.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Update flake inputs
|
name: Update flake inputs
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Sunday and Wednesday
|
# Every day, 5am
|
||||||
- cron: "51 3 * * 0,3"
|
- cron: "0 5 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue