diff --git a/.github/workflows/sync_clone_scripts_master_to_git.yml b/.github/workflows/sync_clone_scripts_master_to_git.yml index d3a3f73..d75e750 100644 --- a/.github/workflows/sync_clone_scripts_master_to_git.yml +++ b/.github/workflows/sync_clone_scripts_master_to_git.yml @@ -2,7 +2,7 @@ name: sync_clone_scripts_master_to_git on: workflow_dispatch: schedule: - - cron: '*/15 * * * *' + - cron: '5,20,35,50 * * * *' jobs: sync: runs-on: ubuntu-latest