Skip to content

Commit 4ad35a5

Browse files
committed
matrix_array revert from adhoc for testing to nightly
1 parent f385a12 commit 4ad35a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/matrix_array.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NAME=$1
1313
RUN_TYPE=$2
1414
ITERATIONS=$3
1515

16-
if [ "${RUN_TYPE}" = 'release' ] || [ "${RUN_TYPE}" = 'adhoc' ]; then
16+
if [ "${RUN_TYPE}" = 'release' ] || [ "${RUN_TYPE}" = 'nightly' ]; then
1717
FIRST='!Iterate'
1818
TAG='Iterate'
1919
else

0 commit comments

Comments
 (0)