Compare commits
1 Commits
29ae97f89a
...
cb1800ee9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb1800ee9d |
@@ -46,7 +46,7 @@ def notify(ctx):
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": ["matrix-notifications"],
|
"depends_on": [],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": [
|
"ref": [
|
||||||
"refs/heads/master",
|
"refs/heads/master",
|
||||||
@@ -81,7 +81,7 @@ def stepPR(arch, path):
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [],
|
"depends_on": ["matrix-notifications"],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": [
|
"ref": [
|
||||||
"refs/pull/**",
|
"refs/pull/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user