Skip to content

Commit

Permalink
Fix condition for generating weekly test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Dec 5, 2024
1 parent 819c9e0 commit 91a54ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/jobs/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ jobs:
--variablegroups $(InternalVariableGroups) $(TestVariableGroups)
--serviceconnections $(InternalServiceConnections) $(TestServiceConnections)
displayName: 'Generate weekly unified test pipelines (multi-cloud) for: ${{ parameters.Repository }}'
condition: and(succeeded(), ne(variables['GenerateUnifiedWeekly'],''))
condition: and(succeeded(), eq(variables['GenerateUnifiedWeekly'],'true'))
continueOnError: true

0 comments on commit 91a54ca

Please sign in to comment.