From 48264087a7a9a2b42a5002b5d6e6a464675ee7f2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 3 Dec 2024 10:32:05 +0100 Subject: [PATCH] Update sync-configuration.yml --- .github/workflows/sync-configuration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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