Compare commits
1 Commits
0215901abc
...
46f989dd37
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46f989dd37 |
@@ -55,6 +55,10 @@ def stepPR(arch, path):
|
|||||||
"ref": [
|
"ref": [
|
||||||
"refs/pull/**",
|
"refs/pull/**",
|
||||||
],
|
],
|
||||||
|
"status": [
|
||||||
|
"success",
|
||||||
|
"failure"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -107,5 +111,9 @@ def stepMergeMaster(arch, path):
|
|||||||
"ref": [
|
"ref": [
|
||||||
"refs/heads/master",
|
"refs/heads/master",
|
||||||
],
|
],
|
||||||
|
"status": [
|
||||||
|
"success",
|
||||||
|
"failure"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user