mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add condition on success of previous steps
This commit is contained in:
parent
30e041a913
commit
7e861a3400
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ jobs:
|
|||
dependsOn:
|
||||
- BuildPackage
|
||||
- BuildDocker
|
||||
condition: and(succeeded('BuildPackage'), succeeded('BuildDocker'))
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue