mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
do not run macos every time
This commit is contained in:
parent
3324b8b267
commit
782fd3037f
3 changed files with 24 additions and 2 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
|
@ -3,7 +3,7 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 0 * *'
|
||||
- cron: '0 3 * * 0'
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Install Determinate Nix
|
||||
uses: DeterminateSystems/determinate-nix-action@v3
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Update n flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v25
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue