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 9, 2024
1 parent 2141c51 commit 48a5d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- 'kong/db/migrations/**'
- 'spec/05-migration/**'
- 'kong/enterprise_edition/db/migrations/**'
- '.github/workflows/upgrade-tests.yml'
# 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
#- '.github/workflows/upgrade-tests.yml'
- 'kong/plugins/*/migrations/**'
- 'plugins-ee/**/migrations/**'
push:
Expand Down

0 comments on commit 48a5d0d

Please sign in to comment.