Skip to content

Commit

Permalink
ci(update): change schedule time
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyanyu258 committed Jul 25, 2024
1 parent e201d4d commit c569b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Update & Deploy Game Data

on:
schedule:
# UTC time for 10:30 & 16:10 (UTC+8)
# UTC time for 10:30 & 16:00 (UTC+8)
- cron: "30 2 * * *"
- cron: "10 8 * * *"
- cron: "0 8 * * *"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit c569b5b

Please sign in to comment.