Skip to content

Commit f819819

Browse files
lhoguinansd
authored andcommitted
CI: Fix previous_version for mixed
It worked by accident previously.
1 parent 09345cc commit f819819

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
type: boolean
1818
previous_version:
1919
required: false
20-
default: 'tags/v4.0.9'
2120
type: string
2221
make_target:
2322
required: true

.github/workflows/test-make-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
type: boolean
1717
previous_version:
1818
required: false
19+
default: 'tags/v4.0.9'
1920
type: string
2021
jobs:
2122
test-rabbit:

0 commit comments

Comments
 (0)