Skip to content

Commit

Permalink
tests(ci): deactivate upgrade tests in 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Jan 10, 2024
1 parent 48a5d0d commit 6815771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
fetch-depth: 0

- name: Run upgrade tests
# The build on 3.3 has started failing and it is very unlikely that someone will upgrade to 3.3 at this point. Deactivating the tests
if: ${{ false }}
run: |
bash ./scripts/upgrade-tests/test-upgrade-path.sh

0 comments on commit 6815771

Please sign in to comment.