From 5468726bc2b4cedef09ebff8b50527cdb7d15e18 Mon Sep 17 00:00:00 2001 From: taotieren Date: Fri, 11 Mar 2022 11:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9Acron=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ci.md b/src/test/ci.md index 2dc31ddc..82871132 100644 --- a/src/test/ci.md +++ b/src/test/ci.md @@ -135,7 +135,7 @@ jobs: ```yml on: - schedule: -cron:'00 ***' + schedule: -cron:'0 0 * * *' ``` 3. 外部事件触发,例如你可以通过 `REST API` 向 Github 发送请求去触发,具体请查阅[官方文档](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch)