mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Re-enable compat checks.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user