ci: restrict publish-wiki to schedule and manual dispatch only - #6209
Merged
Conversation
Co-authored-by: makr-code <150588092+makr-code@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
makr-code
August 31, 2026 16:23
View session
makr-code
marked this pull request as ready for review
August 31, 2026 16:23
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The workflow’s header documentation still describes the removed push/workflow_run interplay and should be updated to match the new trigger behavior.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the GitHub Actions workflow responsible for publishing documentation to the GitHub Wiki so it no longer runs automatically on merges to develop or after the docs maintenance workflow; it now runs only on a nightly schedule or via manual dispatch to reduce unnecessary rebuild cycles.
Changes:
- Removed the
pushtrigger (with path filters) frompublish-wiki.yml. - Removed the
workflow_runtrigger that fired after"Maintenance: Docs"completes. - Left
schedule(03:00 UTC) andworkflow_dispatchas the only triggers.
File summaries
| File | Description |
|---|---|
.github/workflows/publish-wiki.yml |
Restricts wiki publishing to scheduled and manual runs by removing push/workflow_run triggers. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+35
to
+36
| # push and workflow_run triggers removed — wiki updates run on schedule or manual dispatch only. | ||
| # This prevents the wiki from being rebuilt on every merge to develop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wiki publish was firing on every merge to
develop(push trigger) and after everymaintenance-docsrun (workflow_run trigger), causing unnecessary rebuild cycles. Both triggers removed — wiki now only updates nightly (03:00 UTC) or on manualworkflow_dispatch.Description
.github/workflows/publish-wiki.ymlpush(branches: develop, paths: ...) triggerworkflow_run(after "Maintenance: Docs") triggerschedule(nightly 03:00 UTC) +workflow_dispatch(with dry_run / AI enrichment / fail_on_broken_links inputs)Linked Issues
N/A
Type of Change
Breaking Change Checklist
N/A
Testing
Security Tiering Impact (Required for Runtime Changes)
Impacted tier(s):
Trust-boundary crossings documented in PR description (example: T3 -> T2, T5 -> T4 brokered call)
Boundary controls validated for affected T3/T4/T5 paths (AuthN/AuthZ, validation, rate limits, audit)
Boundary-focused tests added/updated or explicit N/A rationale provided
If trust level/privilege increased, security maintainer approval is attached
📚 Research & Knowledge (wenn applicable)
Relevante Quellen:
AI-Generated Code (KI-generierter Code)
GetSymbolReferences_CppToolsgeprüftnew/deleteohne explizites Review eingeführtN/A — workflow YAML change only.
AI Review Workflow (Required for AI-assisted PRs)
.github/prompts/pr-diff-findings-review.prompt.md.github/prompts/security-hardening-review.prompt.md(or N/A documented).github/prompts/api-change-impact-review.prompt.md(or N/A documented).github/copilot/REVIEW_SEVERITY_POLICY.mdN/A — no code changes.
High-Finding Exception Record (only if High is accepted)
N/A
Release Readiness Gate (Required for release-scoped changes)
.github/prompts/release-readiness-check.prompt.mdfor branch transition scopeBRANCHING_STRATEGY.mdandRELEASE_STRATEGY.mdVERSIONING.mdandCHANGELOG.mdN/A — infrastructure-only change.
Checklist
[Unreleased]Scanner and IntelliSense Gates
N/A — no source code changes.
criticalfindings in categoriessecurity,input_validation,query_correctness,distributed_consistency,concurrency,memoryhighfindings in the same categories (or explicitly approved)unknownscanner findings triaged (fixed, re-categorized, or justified)