diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8403de4..9dcc83f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -7,7 +7,7 @@ on: - main schedule: # * is a special character in YAML, so you have to quote this string - - cron: '0/5 * * * *' + - cron: '*/15 * * * *' jobs: sync: environment: LIVE