[fix]:[修改drone中配置,允许 fork 的pr]
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
26356c3124
commit
a391453d7e
@ -2,6 +2,13 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: multi-lang-ci
|
name: multi-lang-ci
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
||||||
# 克隆策略:只拉最新 commit,加速
|
# 克隆策略:只拉最新 commit,加速
|
||||||
clone:
|
clone:
|
||||||
depth: 0
|
depth: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user