fix(ci): remove invalid userMatch from PullRequestUpdateTrigger
This commit is contained in:
parent
d9f84ec2c9
commit
bf6caa0c26
1 changed files with 0 additions and 2 deletions
|
|
@ -74,7 +74,6 @@ jobs:
|
|||
userMatch: anyone
|
||||
- type: PullRequestUpdateTrigger
|
||||
branches: main master develop
|
||||
userMatch: anyone
|
||||
retryCondition: never
|
||||
timeout: 3600
|
||||
- name: Docker Build
|
||||
|
|
@ -117,7 +116,6 @@ jobs:
|
|||
userMatch: anyone
|
||||
- type: PullRequestUpdateTrigger
|
||||
branches: main master develop
|
||||
userMatch: anyone
|
||||
retryCondition: never
|
||||
timeout: 7200
|
||||
- name: Docker Publish
|
||||
|
|
|
|||
Loading…
Reference in a new issue