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
|
userMatch: anyone
|
||||||
- type: PullRequestUpdateTrigger
|
- type: PullRequestUpdateTrigger
|
||||||
branches: main master develop
|
branches: main master develop
|
||||||
userMatch: anyone
|
|
||||||
retryCondition: never
|
retryCondition: never
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
- name: Docker Build
|
- name: Docker Build
|
||||||
|
|
@ -117,7 +116,6 @@ jobs:
|
||||||
userMatch: anyone
|
userMatch: anyone
|
||||||
- type: PullRequestUpdateTrigger
|
- type: PullRequestUpdateTrigger
|
||||||
branches: main master develop
|
branches: main master develop
|
||||||
userMatch: anyone
|
|
||||||
retryCondition: never
|
retryCondition: never
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
- name: Docker Publish
|
- name: Docker Publish
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue