Fix Docker Workflow Validator only running on main repo activity.

This worked fine when the PR originated in the main repo but did not for external PRs and this workflow is safe for external due to no secrets access.
This commit is contained in:
Catalan Lover
2026-07-07 17:30:03 +02:00
parent a0ddfc0fd7
commit 1bf25dd521
@@ -13,6 +13,10 @@ on:
- "github-actions/**"
schedule:
- cron: "20 20 * * *"
pull_request:
branches-ignore:
- "dependabot/**"
- "github-actions/**"
merge_group:
branches: [main]