mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
update schedule
This commit is contained in:
parent
19d022e61c
commit
a5858dfc9d
1 changed files with 8 additions and 9 deletions
17
.github/workflows/flake-updater.yml
vendored
17
.github/workflows/flake-updater.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Update flake.lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
- cron: '0 0 * * 5' # runs weekly on Sunday at 00:00
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -12,15 +12,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install nix
|
||||||
|
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
||||||
|
with:
|
||||||
|
extra-conf: "lazy-trees = true"
|
||||||
|
|
||||||
- name: install nix
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
uses: DeterminateSystems/determinate-nix-action@v3.5.2
|
with:
|
||||||
with:
|
use-flakehub: false
|
||||||
extra-conf: "lazy-trees = true"
|
|
||||||
|
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
with:
|
|
||||||
use-flakehub: false
|
|
||||||
|
|
||||||
- uses: DeterminateSystems/update-flake-lock@v24
|
- uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue