更新 .gitea/workflows/surge_to_gogost.yml
Some checks failed
SurgeToGoGostConverter / convert (push) Failing after 4s

This commit is contained in:
2024-11-09 07:20:57 +00:00
parent 35c94c974e
commit 0df3253a77

View File

@@ -3,6 +3,7 @@ on:
push:
paths:
- .gitea/workflows/surge_to_gogost.yml # 仅在该文件被修改时触发
- convert_surge_to_gogost.py
schedule:
- cron: "0 * * * *" # 设置为每小时运行一次,或根据需要调整
jobs: