From 3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 20 Mar 2019 18:37:22 +0000 Subject: Revert "azure: Don't try to publish logs from fork" This reverts commit ec5e8869196cc7749f4c224bc8d850b33b942e2d. --- ci/azure-steps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 7e0f6fe3c..d0f6d0935 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -172,5 +172,4 @@ steps: - task: PublishBuildArtifacts@1 inputs: artifactName: $(System.JobName) - # publishing artifacts from PRs from a fork is currently blocked - condition: eq(variables['system.pullrequest.isfork'], false) + condition: not(canceled()) -- cgit v1.2.3