mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 17:41:29 +00:00
Re-enable compat checks.
This commit is contained in:
parent
2ca7200a05
commit
65f65db8b9
1 changed files with 1 additions and 2 deletions
|
|
@ -235,9 +235,8 @@ jobs:
|
|||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
dependsOn: main_build
|
||||
# disabled until ABI is expected to remain unchanged
|
||||
# only execute for pull requests
|
||||
condition: and(eq(1, 2), succeeded(), variables['System.PullRequest.PullRequestNumber'])
|
||||
condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber'])
|
||||
strategy:
|
||||
matrix:
|
||||
Naming:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue