diff --git a/.github/workflows/syncUpstreamRepo.yml b/.github/workflows/syncUpstreamRepo.yml index 6d1e6729c4..f20baebc70 100644 --- a/.github/workflows/syncUpstreamRepo.yml +++ b/.github/workflows/syncUpstreamRepo.yml @@ -19,7 +19,7 @@ env: on: schedule: - - cron: '0 * * * *' # scheduled to run hourly + - cron: '0 3 * * *' # scheduled to run hourly workflow_dispatch: # trigger manually