Do not run ACI CI on every commit (#6360)

This commit is contained in:
Amaury Chamayou 2024-07-15 15:46:02 +01:00 коммит произвёл GitHub
Родитель 18d2c6b9c0
Коммит 01eaa3cede
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 10 удалений

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

@ -7,22 +7,13 @@ pr:
paths:
include:
- scripts/azure_deployment/*
- .github/workflows/build-ci-container.yml
- .azure_pipelines_snp.yml
- .azure-pipelines-templates/deploy_aci.yml
- .azure-pipelines-templates/test_on_remote.yml
- .snpcc_canary
trigger:
branches:
include:
- main
- "release/*"
exclude:
- "release/[0-4].x"
schedules:
- cron: "0 9-18/3 * * Mon-Fri"
- cron: "0 0 * * *"
displayName: Regular build
branches:
include: