mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-07-09 23:41:44 +00:00
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
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:
@@ -13,6 +13,10 @@ on:
|
||||
- "github-actions/**"
|
||||
schedule:
|
||||
- cron: "20 20 * * *"
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
- "github-actions/**"
|
||||
merge_group:
|
||||
branches: [main]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user