mirror of
https://github.com/qist/tvbox.git
synced 2026-04-15 03:43:20 +00:00
改成每3小时执行一次
This commit is contained in:
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -2,7 +2,7 @@ name: Update xiaosa
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 3 * * *"
|
||||
- cron: "20 */3 * * *"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user