fix: 并发注释

This commit is contained in:
liamjung 2022-04-02 22:53:15 +08:00
parent 5c8b01d152
commit 78d7f7a1fc
1 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ global:
语法:
```yaml
global:
# 是否启用
# 默认值为true表示启用
# 值为false表示禁用此时webhook/cron/手动等操作均无法触发项目并发执行
# 是否并发执行
# 默认值为false表示不能并发执行此时webhook/cron/手动等操作均无法触发项目并发执行
# 值为true表示可并发执行
concurrent: true | false
```