Skip to content

Commit c1efe7b

Browse files
authored
Merge pull request #14957 from rabbitmq/loic-mixed-update
CI: Fix previous_version for mixed
2 parents df7c475 + 800732a commit c1efe7b

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.2.0'
1920
type: string
2021
# in almost all cases this should not be set and the ref that triggered
2122
# the workflow will be used. however, mixed version tests for skip-version

0 commit comments

Comments
 (0)