Skip to content

Commit 6e4058c

Browse files
committed
[skip ci] Add input to 3.13 mixed version test request
1 parent 2fb9b69 commit 6e4058c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-mixed.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
# at 2:20am on Sundays
55
- cron: 20 2 * * 0
66
workflow_dispatch:
7+
inputs:
8+
previous_version:
9+
description: 'Previous version to test against'
10+
required: true
11+
default: 'tags/v3.13.7'
712
jobs:
813
test-mixed-clusters:
914
name: Test mixed clusters

0 commit comments

Comments
 (0)