Skip to content

Commit 3b47169

Browse files
authored
Add test ops validation for validation workflows (#1654)
1 parent 50cb7c5 commit 3b47169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/validate_test_ops.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ retry () {
66
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
77
}
88

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

0 commit comments

Comments
 (0)