From 53729d159f13037148312b5819839c4d8db76b7b Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:59:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20.github/workflows/main.?= =?UTF-8?q?yml=20to=20.github/=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B/main.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{workflows => 工作流程}/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => 工作流程}/main.yml (76%) diff --git a/.github/workflows/main.yml b/.github/工作流程/main.yml similarity index 76% rename from .github/workflows/main.yml rename to .github/工作流程/main.yml index 393d9ff..c8939ee 100644 --- a/.github/workflows/main.yml +++ b/.github/工作流程/main.yml @@ -4,7 +4,7 @@ name: Sync Fork on: push: # push 时触发, 主要是为了测试配置有没有问题 schedule: - - cron: '*/5 * * *' # 每5分钟触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点 + - cron: '*/5 * * * *' # 每5分钟触发, 对于一些更新不那么频繁的项目可以设置为每天一次, 低碳一点 jobs: repo-sync: runs-on: ubuntu-latest