From 4ca52e6b28fc65d740b7290788a2591daa026b2d Mon Sep 17 00:00:00 2001 From: quoteee <45695032+JulianHayward@users.noreply.github.com> Date: Fri, 25 Mar 2022 17:32:57 +0100 Subject: [PATCH] minor fix --- .azuredevops/pipelines/AzGovViz.pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.azuredevops/pipelines/AzGovViz.pipeline.yml b/.azuredevops/pipelines/AzGovViz.pipeline.yml index 63608f73..09a86ff5 100644 --- a/.azuredevops/pipelines/AzGovViz.pipeline.yml +++ b/.azuredevops/pipelines/AzGovViz.pipeline.yml @@ -18,16 +18,13 @@ variables: - name: Script value: AzGovVizParallel.ps1 - - name: ScheduleBranch - value: master - #schedules: #- cron: "0 0,12 * * *" # displayName: every 12h # always: true # branches: # include: -# - $(ScheduleBranch) +# - master #CHECK branch 'master' is applicable? - delete me :) #Running AzOps? Run AzGovViz after 'AzOps - Push' .. #AzOps Accellerator https://github.com/Azure/AzOps-Accelerator