Skip to content

Commit

Permalink
Do not run ACI CI on every commit (#6360)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 15, 2024
1 parent 18d2c6b commit 01eaa3c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .azure_pipelines_snp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01eaa3c

Please sign in to comment.