Skip to content

Commit

Permalink
feature-branch-deployment: Add the possibility to request upgrading f…
Browse files Browse the repository at this point in the history
…rom a 5.8 version
  • Loading branch information
sbocahu committed Feb 26, 2024
1 parent 18c4db8 commit f5116bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5116bb

Please sign in to comment.