From ea13dcf28a59f85ce42a46685841a3b1abf1e6ab Mon Sep 17 00:00:00 2001 From: FbiGun Deo <4226523+fbigun@users.noreply.github.com> Date: Thu, 13 Apr 2023 12:04:27 +0800 Subject: [PATCH] Update sync.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 检测同步过于频繁 --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 38c272e85..bdf28da81 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -5,7 +5,7 @@ permissions: on: schedule: - - cron: "0 */6 * * *" # every 6 hours + - cron: "0 8 * * 5" # every Friday at 4pm Beijing time workflow_dispatch: jobs: