Skip to content

Commit

Permalink
Add test ops validation for validation workflows (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 28, 2023
1 parent 50cb7c5 commit 3b47169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/validate_test_ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ retry () {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}

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

0 comments on commit 3b47169

Please sign in to comment.