Skip to content

Commit

Permalink
Fix test_ops scripts on release validation testing (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jan 30, 2024
1 parent 0582b02 commit aad5cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_test_ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ retry () {
}

BRANCH=""
if [[ ${MATRIX_CHANNEL} == "test" ]]; then
if [[ ${MATRIX_CHANNEL} == "test" || ${MATRIX_CHANNEL} == "release" ]]; then
SHORT_VERSION=${MATRIX_STABLE_VERSION%.*}
BRANCH="--branch release/${SHORT_VERSION}"
fi
Expand Down

0 comments on commit aad5cec

Please sign in to comment.