aboutsummaryrefslogtreecommitdiff
path: root/ci/azure-steps.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-10-15 22:31:48 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-10-16 06:58:47 -0700
commitfaa21d15ae8e8d74d65f016a287312471bb5e9db (patch)
tree318b815310b40ea322547ab1f7454c2379c81b39 /ci/azure-steps.yml
parent9e968e91c00aa71a754e7fde5d6044a86b13eb82 (diff)
downloadmeson-faa21d15ae8e8d74d65f016a287312471bb5e9db.zip
meson-faa21d15ae8e8d74d65f016a287312471bb5e9db.tar.gz
meson-faa21d15ae8e8d74d65f016a287312471bb5e9db.tar.bz2
Don't try to publish logs from fork
Diffstat (limited to 'ci/azure-steps.yml')
-rw-r--r--ci/azure-steps.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 4cb6ac8..5c4a058 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -87,6 +87,8 @@ 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)
- powershell: |
# after publishing test results, even if some failed