Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add lhci to list of affected files :)
  • Loading branch information
patrickhulce committed Sep 14, 2019
commit 1ec0c5df964346da083a72d9861cdd8d190710e9
2 changes: 1 addition & 1 deletion scripts/dogfood-lhci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

printf "Determined the following files have been touched:\n\n$CHANGED_FILES\n\n"

if ! echo "$CHANGED_FILES" | grep -E 'report' > /dev/null; then
if ! echo "$CHANGED_FILES" | grep -E 'report|lhci' > /dev/null; then
echo "No report files affected, skipping lhci checks."
exit 0
fi
Expand Down