diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 4532839..ae98b5c 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -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: