mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
workflows/upate: Run only twice a week instead of thrice
This commit is contained in:
parent
9cbeb8ac16
commit
927f056987
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: "Update"
|
name: "Update"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * 1,3,6" # Mon, Wed, Sat at 04:00 UTC
|
- cron: "0 4 * * 2,5" # Tue, Fri at 04:00 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue