Navigation Menu

Skip to content

Commit

Permalink
Run tools builder on subtree changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Nov 8, 2020
1 parent 0256d06 commit d847299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/scripts/should-skip-this.sh
Expand Up @@ -14,6 +14,10 @@ elif git diff HEAD^ | grep --quiet "^index .* 160000"; then
# Submodules pseudo-files inside git have the 160000 permissions, so when
# those files are present in the diff a submodule was updated.
echo "Executing the job since submodules are updated"
elif git diff --name-only HEAD^ | grep --quiet src/tools/clippy; then
# There is not an easy blanket search for subtrees. For now, manually list
# clippy.
echo "Executing the job since clippy subtree was updated"
else
echo "Not executing this job since no submodules were updated"
ciCommandSetEnv SKIP_JOB 1
Expand Down

0 comments on commit d847299

Please sign in to comment.