Handle SNP CI on days where there are no merges (#4793)

This commit is contained in:
Dominic Ayre 2023-01-03 10:46:58 +00:00 коммит произвёл GitHub
Родитель 8334484326
Коммит 35e9694bee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 6 удалений

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

@ -4,6 +4,7 @@ pr:
- main
paths:
include:
- .github/workflows/build-ci-container.yml
- .azure_pipelines_snp.yml
- .azure-pipelines-templates/deploy_aci.yml
- .azure-pipelines-templates/test_on_remote.yml

8
.github/workflows/build-ci-container.yml поставляемый
Просмотреть файл

@ -16,12 +16,8 @@ on:
branches:
- main
- release/3.x
paths:
- .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
schedule:
- cron: "0 9 * * Mon-Fri"
env:
ACR_REGISTRY: ccfmsrc.azurecr.io