This commit is contained in:
Ruo-Ping Dong 2021-03-17 16:57:44 -07:00 коммит произвёл GitHub
Родитель 52208e6d99
Коммит 2f887ca8f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -15,9 +15,11 @@ pytest_gpu:
python3 -m pytest -m "not check_environment_trains" --junitxml=junit/test-results.xml -p no:warnings
triggers:
cancel_old_ci: true
recurring:
- branch: main
frequency: daily
expression: |
(push.branch eq "main" OR
push.branch match "release.+") AND
push.changes.any match "ml-agents/**" AND
NOT push.changes.all match "**/*.md"
artifacts:
logs:
paths: