Skip to content

Commit

Permalink
ci: set cron to 00:00 JST
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <[email protected]>
  • Loading branch information
LudovicoPiero committed Jun 4, 2024
1 parent af62df7 commit 45e66fb
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 @@ -3,7 +3,7 @@ name: Update Flakes
on:
workflow_dispatch:
schedule:
- cron: "0 17 * * 0" # 17:00 UTC / 02:00 JST
- cron: "0 15 * * 0" # 15:00 UTC / 00:00 JST

jobs:
update-flake-lock:
Expand Down

0 comments on commit 45e66fb

Please sign in to comment.