Skip to content

Commit 37d74c0

Browse files
committed
fixup
1 parent 4970e2e commit 37d74c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Azure Pipelines 1-10
5656
SHOTGUN_TEST_ENTITY_SUFFIX: '$(Agent.Name)'
5757

58-
- template: resources/python/pipelines/pipelines.yml
59-
parameters:
60-
branch: $(System.PullRequest.SourceBranch)-automated
61-
condition: and(not(endsWith( variables['System.PullRequest.SourceBranch'], '-automated')), ne(variables['Build.SourceBranch'], 'refs/heads/master'), not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v')))
58+
- ${{ if and(not(endsWith( variables['System.PullRequest.SourceBranch'], '-automated')), ne(variables['Build.SourceBranch'], 'refs/heads/master'), not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))) }}:
59+
- template: resources/python/pipelines/pipelines.yml
60+
parameters:
61+
branch: $(System.PullRequest.SourceBranch)-automated

0 commit comments

Comments
 (0)