We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e13a73 + 1ff9d18 commit 2464d98Copy full SHA for 2464d98
1 file changed
ci/run_conditional_tests.sh
@@ -61,10 +61,11 @@ set -e
61
if [[ "${changed}" -eq 0 ]]; then
62
echo "no change detected in ci"
63
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=""
+ echo "skipping trigger of tests for now: tracking in #7540"
+ # echo "change detected in ci, we should test everything"
+ # echo "result of git diff ${GIT_DIFF_ARG} ci:"
+ # git diff ${GIT_DIFF_ARG} ci
68
+ # GIT_DIFF_ARG=""
69
fi
70
71
# Now we have a fixed list, but we can change it to autodetect if
0 commit comments