From e8bbc29f1ebc4715cd17e06b41eac2c58c11fe4d Mon Sep 17 00:00:00 2001 From: Sergey Aseev Date: Fri, 22 Nov 2024 03:51:21 +0200 Subject: [PATCH] Update skycity-sync.yml --- .github/workflows/skycity-sync.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/skycity-sync.yml b/.github/workflows/skycity-sync.yml index cff1cef..627bde7 100644 --- a/.github/workflows/skycity-sync.yml +++ b/.github/workflows/skycity-sync.yml @@ -1,11 +1,12 @@ name: Sync data with skycity on: - push: - branches: [ main ] + schedule: + - cron: 0 4 * * * jobs: skycity-sync: + name: Sync data with skycity runs-on: ubuntu-latest steps: - uses: actions/checkout@v4