Skip to content
Open
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: 0 additions & 1 deletion azure-pipelines-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schedules:
branches:
include:
- main
- master
always: true # Run always irrespective of changes


Expand Down
1 change: 0 additions & 1 deletion azure-pipelines-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pr:
branches:
include:
- main
- master
- releases/*
paths:
include:
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schedules:
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: 0 additions & 2 deletions azure-pipelines-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ schedules:
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

variables:
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pr:
branches:
include:
- main
- master
- releases/*
paths:
include:
Expand Down
Loading