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