diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f19d535357..5d8445666b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,14 +29,14 @@ schedules: always: true branches: include: + - stable-8 - stable-7 - - stable-6 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-5 + - stable-6 variables: - name: checkoutPath