Skip to content

Commit

Permalink
[build] monthly test
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed Apr 21, 2024
1 parent 4351abb commit f861f54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f861f54

Please sign in to comment.