infra: run docs build on packages.yml updates (#29796)

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Erick Friis 2025-02-19 10:45:30 -08:00 committed by GitHub
parent fb4c8423f0
commit 5637210a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ fi
echo "Checking for changes in docs/"
echo "---"
git log -n 50 --pretty=format:"%s" -- . | grep -v '(#'
git log -n 50 --pretty=format:"%s" -- . ../packages.yml | grep -v '(#'
if [ $? -eq 0 ]; then
echo "---"
echo "✅ Changes detected in docs/ - proceeding with build"