Fix Docker Workflow Validator only running on main repo activity. (#1159)
Docker Hub - Develop / docker-latest (push) Has been cancelled
GHCR - Development Branches / ghcr-publish (push) Has been cancelled
Tests / Build & Lint (push) Has been cancelled
Tests / Unit tests (push) Has been cancelled
Tests / Integration tests (push) Has been cancelled
Tests / Application Service Integration tests (push) Has been cancelled
Validate Docker Build / validate-docker-build (push) Has been cancelled

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 20:05:27 +02:00
committed by GitHub
parent a0ddfc0fd7
commit e876c0da9e
@@ -13,6 +13,10 @@ on:
- "github-actions/**"
schedule:
- cron: "20 20 * * *"
pull_request:
branches-ignore:
- "dependabot/**"
- "github-actions/**"
merge_group:
branches: [main]