test schedule task

This commit is contained in:
Ghlerrix
2023-08-07 15:31:33 +08:00
parent fb2eef35d9
commit 865905dac8

View File

@@ -8,9 +8,9 @@ on:
# schedule:
# - cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
# on:
# schedule:
# - cron: '*/5 * * * *' # 每5分钟一次测试用
on:
schedule:
- cron: '*/5 * * * *' # 每5分钟一次测试用
jobs:
bot: