diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-13 14:34:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 14:34:31 +0900 |
| commit | b937eb0c1150a650492e666016e268d2b3f463c9 (patch) | |
| tree | 4d0af727359f516d883d07d936f64961314fef9d | |
| parent | 4758e750907f28df3b324b8fb3243baf716c5a30 (diff) | |
change conditional for download task on ci
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
| -rw-r--r-- | .ci/azure-pipelines-main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml index 40568a3ae..456be7108 100644 --- a/.ci/azure-pipelines-main.yml +++ b/.ci/azure-pipelines-main.yml @@ -33,7 +33,7 @@ jobs: - task: DownloadPipelineArtifact@2 displayName: "Download Web Target" - condition: in(variables['Build.Reason'], 'PullRequest') + condition: eq(variables['Build.Reason'], 'PullRequest') inputs: path: '$(Agent.TempDirectory)' artifact: 'jellyfin-web-production' |
