mirror of https://github.com/webpack/webpack.git
Wait for CI not pending until reporting CI status
This commit is contained in:
parent
25302e51a6
commit
0ad5d21b7b
|
@ -41,6 +41,14 @@ rules:
|
|||
ensure_2:
|
||||
value: "{{status_2.state}}"
|
||||
equals: "failure"
|
||||
not:
|
||||
any:
|
||||
ensure_3:
|
||||
value: "{{status_1.state}}"
|
||||
equals: "pending"
|
||||
ensure_4:
|
||||
value: "{{status_2.state}}"
|
||||
equals: "pending"
|
||||
actions:
|
||||
label:
|
||||
add: "PR: CI-not-ok"
|
||||
|
|
Loading…
Reference in New Issue