Skip to content

Commit

Permalink
update building time
Browse files Browse the repository at this point in the history
  • Loading branch information
anw90 committed Oct 23, 2024
1 parent b442e90 commit 6a98c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Daily Image Building Script Execution
on:
workflow_dispatch:
schedule:
# Runs daily at 6:00 AM, Beijing time.
- cron: '0 22 * * *' # This is UTC time
# Runs daily at 1:00 AM, Beijing time.
- cron: '0 17 * * *' # This is UTC time

jobs:
run-shell-script:
Expand Down

0 comments on commit 6a98c47

Please sign in to comment.