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: {
|
||||
ref: [
|
||||
'refs/heads/master',
|
||||
'refs/pull/**',
|
||||
'refs/tags/**',
|
||||
],
|
||||
},
|
||||
|
@ -377,7 +377,6 @@ steps:
|
||||
trigger:
|
||||
ref:
|
||||
- refs/heads/master
|
||||
- "refs/pull/**"
|
||||
- "refs/tags/**"
|
||||
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user