Skip to content

Commit

Permalink
Fix commented out condition
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner authored Feb 6, 2024
1 parent 16e2eca commit c571d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ jobs:

- job: Deploy_Chart_ARC
displayName: "Deploy: Arc dev cluster"
#condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true))
condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true))
pool:
name: Azure-Pipelines-CI-Test-EO
dependsOn:
Expand Down

0 comments on commit c571d89

Please sign in to comment.