From d6bb45d7bb4c1021b58a16dbdaffd90bc5dff6a9 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Tue, 8 Jun 2021 11:50:20 +0200 Subject: [PATCH] fix(pom): failing tests on CI for PRs introduced by 3b49f4f77438ed01ab7d9bc6ab07ba99e3bf19e1 secret sharing of record key is not a thing --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7e0431b3..6168d5d5 100644 --- a/pom.xml +++ b/pom.xml @@ -374,8 +374,8 @@ cypress-without-record - env.CI - !true + env.GITHUB_BASE_REF + master @@ -407,8 +407,8 @@ cypress-with-record - env.CI - true + env.GITHUB_REF + refs/heads/master