Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-pipelines-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ schedules:
displayName: Cosmos Cron
branches:
include:
- main
- master
always: true # Run always irrespective of changes

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger: none
pr:
branches:
include:
- main
- master
- releases/*
paths:
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ schedules:
displayName: Cosmos Nightly
branches:
include:
- main
- master
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false

Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ schedules:
displayName: Cosmos Weekly Rolling
branches:
include:
- main
- master
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false
- cron: "0 0/2 * * 0,6" # cron syntax https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml#cron-syntax
displayName: Cosmos Weekly Rolling
branches:
include:
- main
- master
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger: none
pr:
branches:
include:
- main
- master
- releases/*
paths:
Expand Down
Loading