gha: Remove path restriction for Zizmor workflow

The way GH works, we can only require Zizmor results on ALL PR runs, or
none, so remove the path filter.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2025-07-03 08:18:34 -05:00
parent d94085916e
commit 8723eedad2

View File

@@ -4,7 +4,6 @@ on:
push:
branches: ["main"]
pull_request:
paths: [".github/workflows/**"]
permissions:
contents: read