Skip to content

Commit

Permalink
Update e2e-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Nov 8, 2024
1 parent 3832532 commit 77eb520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77eb520

Please sign in to comment.