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