diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-05 19:25:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 19:25:33 +0100 |
| commit | 65f65db8b9c7dcc2022ff6542a50481cb8d0cabf (patch) | |
| tree | 4adc88979523f693682b09ca92ed111a56bd1891 | |
| parent | 2ca7200a0526e5374f0b0e10d6f5d22965bacaa5 (diff) | |
Re-enable compat checks.
| -rw-r--r-- | .ci/azure-pipelines.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index ba9989e70..e5d09b0ab 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -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: |
