Skip to content

Commit 2464d98

Browse files
authored
Merge branch 'main' into nodejs-projectify-migration
2 parents 6e13a73 + 1ff9d18 commit 2464d98

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

ci/run_conditional_tests.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ set -e
6161
if [[ "${changed}" -eq 0 ]]; then
6262
echo "no change detected in ci"
6363
else
64-
echo "change detected in ci, we should test everything"
65-
echo "result of git diff ${GIT_DIFF_ARG} ci:"
66-
git diff ${GIT_DIFF_ARG} ci
67-
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=""
6869
fi
6970

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

0 commit comments

Comments
 (0)