mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
change conditional for download task on ci
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
parent
4758e75090
commit
b937eb0c11
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download Web Target"
|
displayName: "Download Web Target"
|
||||||
condition: in(variables['Build.Reason'], 'PullRequest')
|
condition: eq(variables['Build.Reason'], 'PullRequest')
|
||||||
inputs:
|
inputs:
|
||||||
path: '$(Agent.TempDirectory)'
|
path: '$(Agent.TempDirectory)'
|
||||||
artifact: 'jellyfin-web-production'
|
artifact: 'jellyfin-web-production'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user