Disable compat tests for forks (#13964)

They don’t get access to Oracle which just results in them failing
which is clearly no good.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2022-05-24 12:07:57 +02:00 committed by GitHub
parent 5a2a0df965
commit 8143ce5c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ steps:
set -eou pipefail
./compatibility/test.sh ${{ parameters.test_flags }}
displayName: 'Run tests'
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'False'))
env:
DOCKER_LOGIN: $(DOCKER_LOGIN)
DOCKER_PASSWORD: $(DOCKER_PASSWORD)