diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index 22a00fc08db1f..376943b0513fb 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -6,7 +6,11 @@ on: type: string default: '{}' required: false - + upgrade_from_58: + description: Whether to upgrade from 5.8 + type: boolean + required: false + default: false jobs: worker: