Skip to content

Commit d76b275

Browse files
publishArtifacts: true
1 parent d16d59d commit d76b275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PullRequestHandler.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
projectDependenciesJson: ${{ needs.Initialization.outputs.projectDependenciesJson }}
100100
baselineWorkflowRunId: ${{ needs.Initialization.outputs.baselineWorkflowRunId }}
101101
secrets: 'licenseFileUrl,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString'
102-
publishThisBuildArtifacts: true
102+
publishThisBuildArtifacts: ${{ needs.Initialization.outputs.workflowDepth > 1 }}
103+
publishArtifacts: true
103104
artifactsNameSuffix: 'PR${{ github.event.number }}'
104105

105106
StatusCheck:

0 commit comments

Comments
 (0)