mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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
|
- stage: deploy
|
||||||
jobs:
|
jobs:
|
||||||
- job:
|
- job:
|
||||||
|
condition: and(succeeded(), eq(variables.isMain, true))
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -90,4 +91,3 @@ stages:
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
condition: and(succeeded(), eq(variables.isMain, true))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue