Skip to content

Commit

Permalink
matrix_array revert from adhoc for testing to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Jul 30, 2024
1 parent f385a12 commit 4ad35a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/matrix_array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME=$1
RUN_TYPE=$2
ITERATIONS=$3

if [ "${RUN_TYPE}" = 'release' ] || [ "${RUN_TYPE}" = 'adhoc' ]; then
if [ "${RUN_TYPE}" = 'release' ] || [ "${RUN_TYPE}" = 'nightly' ]; then
FIRST='!Iterate'
TAG='Iterate'
else
Expand Down

0 comments on commit 4ad35a5

Please sign in to comment.