fix: allow validate-agentic-workflows-pr.yml in forbidden file checks

This commit is contained in:
Bruno Borges
2026-02-24 15:11:47 -05:00
parent fc567811c8
commit 3d5b2868f0

View File

@@ -33,7 +33,8 @@ jobs:
'.github/*' \ '.github/*' \
'.github/**' \ '.github/**' \
| grep -v '^\.github/aw/actions-lock\.json$' \ | grep -v '^\.github/aw/actions-lock\.json$' \
| grep -v '^\.github/workflows/validate-agentic-workflows-pr\.yml$') | grep -v '^\.github/workflows/validate-agentic-workflows-pr\.yml$' \
|| true)
if [ -n "$forbidden" ]; then if [ -n "$forbidden" ]; then
echo "❌ Forbidden files detected:" echo "❌ Forbidden files detected:"