mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
change condition
This commit is contained in:
parent
de64f462cf
commit
80f4190c48
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,7 @@ stages:
|
|||
- stage: deploy
|
||||
jobs:
|
||||
- job:
|
||||
condition: and(succeeded(), eq(variables.isMain, true))
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
|
@ -90,4 +91,3 @@ stages:
|
|||
isPreRelease: true
|
||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||
changeLogType: 'commitBased'
|
||||
condition: and(succeeded(), eq(variables.isMain, true))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue