From 8143ce5c9c838d3f58ad8c7c027b55235540d1b1 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 24 May 2022 12:07:57 +0200 Subject: [PATCH] Disable compat tests for forks (#13964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They don’t get access to Oracle which just results in them failing which is clearly no good. changelog_begin changelog_end --- ci/compatibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/compatibility.yml b/ci/compatibility.yml index 18aaea5cae..84e001d483 100644 --- a/ci/compatibility.yml +++ b/ci/compatibility.yml @@ -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)