We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6570818 + 9c26fec commit 890fe70Copy full SHA for 890fe70
src/ci/scripts/should-skip-this.sh
@@ -19,7 +19,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
19
# those files are present in the diff a submodule was updated.
20
echo "Submodules were updated"
21
elif ! (git diff --quiet "$BASE_COMMIT" -- \
22
- src/tools/clippy src/tools/rustfmt src/tools/miri
+ src/tools/clippy src/tools/rustfmt src/tools/miri \
23
library/std/src/sys); then
24
# There is not an easy blanket search for subtrees. For now, manually list
25
# the subtrees.
0 commit comments