From 77eb520679827c612c955060648638d57766a15e Mon Sep 17 00:00:00 2001 From: Isla Koenigsknecht Date: Fri, 8 Nov 2024 10:36:35 -0500 Subject: [PATCH] Update e2e-linux.yml --- .github/workflows/e2e-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-linux.yml b/.github/workflows/e2e-linux.yml index ae2c6b937a..91d95cab7a 100644 --- a/.github/workflows/e2e-linux.yml +++ b/.github/workflows/e2e-linux.yml @@ -16,7 +16,7 @@ jobs: DISPLAY: ":99.0" TEST_MODE: true IS_CI: true - SKIP_BACK_COMPAT_TEST_BRANCHES: '["update-orbitdb1"]' + SKIP_BACK_COMPAT_TEST_BRANCHES: '["update-orbitdb"]' steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -89,7 +89,7 @@ jobs: - name: Run Backwards Compatibility test uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 - if: ${{ !contains(env.SKIP_BACK_COMPAT_TEST_BRANCHES, github.head_ref) }} + if: ${{ !contains(fromJson(env.SKIP_BACK_COMPAT_TEST_BRANCHES), github.head_ref) }} with: timeout_minutes: 15 max_attempts: 3