[runtimes] Trigger CI on changes to libunwind

This commit is contained in:
Louis Dionne 2021-10-19 13:16:24 -04:00
parent e2f16be599
commit a039746e1c
1 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,8 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
if ! git diff --name-only HEAD~1 | grep -q -E "libcxx/|libcxxabi/"; then
# libcxx is not affected
if ! git diff --name-only HEAD~1 | grep -q -E "libcxx/|libcxxabi/|libunwind/"; then
# libcxx/, libcxxabi/ or libunwind/ are not affected
exit 0
fi
@ -38,5 +38,3 @@ steps:
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"
EOF