Skip to content

Commit 6869bf7

Browse files
committed
CI: Fix previous_version for mixed
It worked by accident previously.
1 parent df7c475 commit 6869bf7

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
# 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)