Skip to content

Commit 2318293

Browse files
committed
chore: remove pnpm-lock.yaml with vulnerable deps
1 parent b49091c commit 2318293

2 files changed

Lines changed: 5 additions & 2444 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)