diff --git a/.github/workflows/sync-configuration.yml b/.github/workflows/sync-configuration.yml index 4b4f2a8a..2f3a0f32 100644 --- a/.github/workflows/sync-configuration.yml +++ b/.github/workflows/sync-configuration.yml @@ -4,7 +4,9 @@ on: workflow_dispatch: # manual trigger repository_dispatch: types: [sync-configuration] - + schedule: + - cron: '15 3 * * *' + jobs: sync: runs-on: ubuntu-latest