Skip to content

Commit 24b54f7

Browse files
Merge branch 'nodejs-logging-migration' of https://github.com/googleapis/google-cloud-node into nodejs-logging-migration
2 parents 7578da0 + 38583c8 commit 24b54f7

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)