Skip to content

Commit aad5cec

Browse files
authored
Fix test_ops scripts on release validation testing (#1691)
1 parent 0582b02 commit aad5cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_test_ops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ retry () {
77
}
88

99
BRANCH=""
10-
if [[ ${MATRIX_CHANNEL} == "test" ]]; then
10+
if [[ ${MATRIX_CHANNEL} == "test" || ${MATRIX_CHANNEL} == "release" ]]; then
1111
SHORT_VERSION=${MATRIX_STABLE_VERSION%.*}
1212
BRANCH="--branch release/${SHORT_VERSION}"
1313
fi

0 commit comments

Comments
 (0)