Skip to content

Commit e0cadd3

Browse files
authored
chore: restore skipping of test all behavior
1 parent 2318293 commit e0cadd3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ci/run_conditional_tests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ set -e
6161
if [[ "${changed}" -eq 0 ]]; then
6262
echo "no change detected in ci"
6363
else
64-
# echo "skipping trigger of tests for now: tracking in #7540"
65-
echo "change detected in ci, we should test everything"
66-
echo "result of git diff ${GIT_DIFF_ARG} ci:"
67-
git diff ${GIT_DIFF_ARG} ci
68-
GIT_DIFF_ARG=""
64+
echo "skipping trigger of tests for now: tracking in #7540"
65+
# echo "change detected in ci, we should test everything"
66+
# echo "result of git diff ${GIT_DIFF_ARG} ci:"
67+
# git diff ${GIT_DIFF_ARG} ci
68+
# GIT_DIFF_ARG=""
6969
fi
7070

7171
# Now we have a fixed list, but we can change it to autodetect if

0 commit comments

Comments
 (0)