Skip to content

Commit 27e4f89

Browse files
committed
Require manual approval for outside Contributors
Before running the test require manual approval.
1 parent 18adc95 commit 27e4f89

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.drone.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ steps:
8787
- bats ./test/config-tests.bats
8888

8989
trigger:
90-
event: [ push ]
90+
event: [ pull_request, push ]
9191
ref:
9292
- refs/heads/staging/*
9393
- refs/heads/beta
9494
- refs/heads/release
9595
- refs/heads/main
96+
- refs/pull/*/head
9697

9798
---
9899
kind: pipeline
@@ -113,7 +114,13 @@ steps:
113114
- ./test/check_php.sh ./web/
114115

115116
trigger:
116-
event: [ pull_request, push ]
117+
event: [ pull_request, push ]
118+
ref:
119+
- refs/heads/staging/*
120+
- refs/heads/beta
121+
- refs/heads/release
122+
- refs/heads/main
123+
- refs/pull/*/head
117124

118125
---
119126
kind: pipeline
@@ -165,4 +172,4 @@ trigger:
165172

166173
---
167174
kind: signature
168-
hmac: eae01b205530fca67639708fdab86edce2767906481057e96bff5f635e1f0616
175+
hmac: 7230bb266287ae102167d451696407325a40c7b5001df0118d99ee3b9891e853

0 commit comments

Comments
 (0)