mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
manually disable compatibility check
This commit is contained in:
parent
c7d5f35eb7
commit
d599124508
@ -235,7 +235,9 @@ jobs:
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
dependsOn: main_build
|
||||
condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
|
||||
# disabled until ABI is expected to remain unchanged
|
||||
# only execute for pull requests
|
||||
condition: and(eq(1, 2), succeeded(), variables['System.PullRequest.PullRequestNumber'])
|
||||
strategy:
|
||||
matrix:
|
||||
Naming:
|
||||
|
Loading…
Reference in New Issue
Block a user