From f861f540e49046e72ee784432b5d51d4d037e62f Mon Sep 17 00:00:00 2001 From: tongshiwei Date: Sun, 21 Apr 2024 12:45:21 +0800 Subject: [PATCH] [build] monthly test --- .github/workflows/python-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index c612468..ebed993 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -7,6 +7,10 @@ on: pull_request: branches-ignore: - 'dev_*' # 忽略所有以 'dev' 开头的分支 + schedule: + # Cron 格式: 分 时 日 月 星期 + # “0 0 1 * *” 表示在每个月的第一天的 UTC 时间 00:00 执行 + - cron: '0 0 1 * *' jobs: build: