Skip to content

Commit

Permalink
Change schedule time for update to 15:00 each monday (#85)
Browse files Browse the repository at this point in the history
nixos-channel seems to be updated after 05:00 (last update was
`2025-01-06T07:43:56`), to not miss that update
we delay the schedule to 15:00
  • Loading branch information
FirelightFlagboy authored Jan 8, 2025
1 parent c02f6b2 commit b3f7c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- .github/workflows/update.yml
workflow_dispatch:
schedule:
- cron: "0 5 * * 1"
- cron: "0 15 * * 1"

concurrency:
group: parsec-cloud-update
Expand Down

0 comments on commit b3f7c56

Please sign in to comment.