fix: remove pull request condition in PipelineNotifications
This commit is contained in:
parent
a28fc42469
commit
3936acbd84
@ -262,7 +262,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
|
|||||||
trigger: {
|
trigger: {
|
||||||
ref: [
|
ref: [
|
||||||
'refs/heads/master',
|
'refs/heads/master',
|
||||||
'refs/pull/**',
|
|
||||||
'refs/tags/**',
|
'refs/tags/**',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -377,7 +377,6 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- "refs/pull/**"
|
|
||||||
- "refs/tags/**"
|
- "refs/tags/**"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user