diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index 6e49136400..60dfce9c92 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -2,11 +2,17 @@ pr: none trigger: none schedules: +# Cron timezone is UTC. - cron: "0 */12 * * *" branches: include: - master always: true +- cron: "0 9 * * *" + branches: + include: + - release/5.0 + always: false variables: - ${{ if ne(variables['System.TeamProject'], 'internal') }}: diff --git a/.azure/pipelines/quarantined-pr.yml b/.azure/pipelines/quarantined-pr.yml index b90a1793e9..e0615896a7 100644 --- a/.azure/pipelines/quarantined-pr.yml +++ b/.azure/pipelines/quarantined-pr.yml @@ -4,6 +4,14 @@ trigger: branches: include: - master + - release/5.0 + +pr: + autoCancel: true + branches: + include: + - master + - release/5.0 schedules: - cron: "0 */4 * * *"