POSIX cron & schedule
POSIX cron & schedule
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07
GitHub Actions
# 此示例每15分钟触发一次工作流:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/15 * * * *'
- 预定的工作流在默认或基本分支上的最新提交上运行;
- 您可以运行计划的工作流程的最短间隔是每5分钟一次;
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
refs
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/12827327.html
未经授权禁止转载,违者必究!