diff --git a/azure-pipelines-cron.yml b/azure-pipelines-cron.yml index 594d882a46..68b7ff030e 100644 --- a/azure-pipelines-cron.yml +++ b/azure-pipelines-cron.yml @@ -9,7 +9,6 @@ schedules: branches: include: - main - - master always: true # Run always irrespective of changes diff --git a/azure-pipelines-functional.yml b/azure-pipelines-functional.yml index e3e70bc4a8..0d20932534 100644 --- a/azure-pipelines-functional.yml +++ b/azure-pipelines-functional.yml @@ -5,7 +5,6 @@ pr: branches: include: - main - - master - releases/* paths: include: diff --git a/azure-pipelines-nightly.yml b/azure-pipelines-nightly.yml index 6f55a8398d..6137dcc1d7 100644 --- a/azure-pipelines-nightly.yml +++ b/azure-pipelines-nightly.yml @@ -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 diff --git a/azure-pipelines-rolling.yml b/azure-pipelines-rolling.yml index 316e25f5c3..322afc5a0e 100644 --- a/azure-pipelines-rolling.yml +++ b/azure-pipelines-rolling.yml @@ -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: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6fe7447efa..862ad667ce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,6 @@ pr: branches: include: - main - - master - releases/* paths: include: