remove coonditions for notify pipeline

This commit is contained in:
Michael Barz
2020-10-26 22:23:45 +01:00
parent 7dafabd32c
commit 1b2fc35b06
+1 -1
View File
@@ -1353,7 +1353,7 @@ def notify(ctx):
}
}
],
'depends_on': getDependsOnAllTestPipelines(ctx),
'depends_on': [],
'trigger': {
'ref': [
'refs/heads/master',