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