From 874a5fc6003624a1a74c1774ac671637728d5226 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 4 Sep 2023 22:31:53 +0800 Subject: [PATCH] chore(CI): sync to gitee everyday --- .github/workflows/sync-gitee.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index ff281f13f..b8200259d 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -5,6 +5,10 @@ on: tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + # Sync to gitee everyday + schedule: + - cron: '0 1 * * *' + workflow_dispatch: jobs: