Skip to content

Commit

Permalink
fix default version in manual workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
strtgbb committed Nov 14, 2024
1 parent e43001b commit 48f9a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-arm-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: "🎯 Expected version. Example: 23.3.13.7.altinitytest"
type: string
required: true
default: 24.3.12.76.altinitytest
default: 24.3.12.76.altinitystable
flags:
description: "🚩 Flags"
type: choice
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-regression-combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
description: "🎯 Expected version. Example: 23.3.1.64"
type: string
required: true
default: 24.3.12.76.altinitytest
default: 24.3.12.76.altinitystable
flags:
description: "🚩 Flags"
type: choice
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: "🎯 Expected version. Example: 23.3.1.64"
type: string
required: true
default: 24.3.12.76.altinitytest
default: 24.3.12.76.altinitystable
flags:
description: "🚩 Flags"
type: choice
Expand Down

0 comments on commit 48f9a53

Please sign in to comment.