This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 定时任务 自动获取节点信息 | |
| on: | |
| push: | |
| branches: | |
| - main # 触发主分支推送时运行 | |
| workflow_dispatch: # 允许手动触发 | |
| schedule: | |
| - cron: '0 */2 * * *' # 每两个小时运行一次 |