github action

This commit is contained in:
Cheng Zheng
2025-12-20 12:41:51 +08:00
parent ea59f2cbf8
commit 6d9da8e78a

View File

@@ -1,7 +1,7 @@
name: 提交项目 name: 提交项目
on: on:
schedule: # schedule:
- cron: '0 */6 * * *' # 每 6 小时运行一次 # - cron: '0 */6 * * *' # 每 6 小时运行一次
workflow_dispatch: # 支持手动触发 workflow_dispatch: # 支持手动触发
jobs: jobs: