remove trigger on pipeline for forked repos (#510)

remove the trigger here, and then I can set the pipeline in our internal build to not trigger for forked repos.
This commit is contained in:
Brian Martin 2023-01-18 10:26:22 -08:00 коммит произвёл GitHub
Родитель 2179a1dd5a
Коммит 7a99cf7f55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -23,15 +23,6 @@ trigger:
exclude:
- Tools
# PR validation trigger
pr:
branches:
include:
- master
paths:
exclude:
- Tools
jobs:
- job: Public_Samples_Build
timeoutInMinutes: 90