From c78945441c6a6688c12446e8e3b21201f32e9e22 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Fri, 13 Aug 2021 14:10:36 +0800 Subject: [PATCH] chore(CI): timed trigger code synchronization --- .github/workflows/git_sync.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/git_sync.yaml b/.github/workflows/git_sync.yaml index 50fa8c364..48e29a37d 100644 --- a/.github/workflows/git_sync.yaml +++ b/.github/workflows/git_sync.yaml @@ -1,9 +1,10 @@ name: Sync to enterprise on: + schedule: + - cron: '0 */6 * * *' push: branches: - - master - main-v* jobs: