From d0589e87b0bbdd21b4e48499f3b625ce0ea50dbb Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sun, 13 Sep 2020 21:19:07 +0800 Subject: [PATCH] Update sync-to-dist.yml --- .github/workflows/sync-to-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-dist.yml b/.github/workflows/sync-to-dist.yml index 53d1848a..ca2f6f87 100644 --- a/.github/workflows/sync-to-dist.yml +++ b/.github/workflows/sync-to-dist.yml @@ -2,7 +2,7 @@ name: sync list to dist on: schedule: - - cron: "16 13 */6 * *" + - cron: "16 13 */3 * *" push: branches: - 'master'