update schedule

This commit is contained in:
Tyler Mayoff 2025-07-05 09:08:38 -04:00
parent 19d022e61c
commit a5858dfc9d

View file

@ -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,7 +12,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install nix - name: install nix
uses: DeterminateSystems/determinate-nix-action@v3.5.2 uses: DeterminateSystems/determinate-nix-action@v3.5.2
with: with: