Skip to content

Commit

Permalink
updated excluded.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 20, 2024
1 parent f153507 commit 69fb4f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/excluded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ isExcluded(){
return 0
fi
fi
if ! uname -s | grep -q Darwin; then
if [[ "$prog" =~ /applescript/ ]]; then
return 0
fi
fi
# this external git check is expensive, skip it when in CI as using fresh git checkouts
is_CI && return 1
# shellcheck disable=SC2230
Expand Down

0 comments on commit 69fb4f6

Please sign in to comment.