diff --git a/.github/workflows/sync_clone_scripts_master_to_git.yml b/.github/workflows/sync_clone_scripts_master_to_git.yml index 094e308..d3a3f73 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: '6 */4 * * *' + - cron: '*/15 * * * *' jobs: sync: runs-on: ubuntu-latest