Update 同步release.yml
This commit is contained in:
@@ -3,9 +3,9 @@ name: Merge upstream release→release
|
|||||||
on:
|
on:
|
||||||
# 推送代码后触发
|
# 推送代码后触发
|
||||||
push:
|
push:
|
||||||
# 定时任务触发,使用 cron 规则,这里默认一小时执行一次
|
# 定时任务触发,使用 cron 规则,这里默认12小时执行一次
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 */6 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user