We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972ee87 commit 45a3075Copy full SHA for 45a3075
src/ci/scripts/should-skip-this.sh
@@ -25,6 +25,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
25
elif ! (git diff --quiet "$BASE_COMMIT" -- \
26
src/test/rustdoc-gui \
27
src/librustdoc \
28
+ src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \
29
src/tools/rustdoc-gui); then
30
# There was a change in either rustdoc or in its GUI tests.
31
echo "Rustdoc was updated"
0 commit comments