aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-05 16:39:48 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-01-05 16:39:48 +0900
commitd59912450819f6b9e8cb5b2e8eeb70c4d9de1465 (patch)
tree3eb2851d2dbb44a9f463ee3adc455c0292a528e6
parentc7d5f35eb7e246191eb2d861eec8eb35be86a277 (diff)
manually disable compatibility check
-rw-r--r--.ci/azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 6d2a0a42b..fef2ecda9 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -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: