summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-03-20 18:37:22 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2019-03-20 23:55:12 +0200
commit3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d (patch)
tree949c74b74def4a57ab84bbb52b01619cacebc36d
parented5992a10d8b71733361130a12c08f92207ae075 (diff)
downloadmeson-3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d.tar.gz
Revert "azure: Don't try to publish logs from fork"
This reverts commit ec5e8869196cc7749f4c224bc8d850b33b942e2d.
-rw-r--r--ci/azure-steps.yml3
1 files changed, 1 insertions, 2 deletions
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())