Skip to content

ci(site): drop stale workflow triggers - #13

Merged
XBlueSky merged 1 commit into
XBlueSky:pluginfrom
h3l1o5:ci/remove-stale-site-triggers
Jul 22, 2026
Merged

ci(site): drop stale workflow triggers#13
XBlueSky merged 1 commit into
XBlueSky:pluginfrom
h3l1o5:ci/remove-stale-site-triggers

Conversation

@h3l1o5

@h3l1o5 h3l1o5 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

What changed

Two stale entries in the Site workflow's push triggers:

  • docs/images/architecture.png — the architecture diagram was removed in 1d01112 ("docs: drop outdated architecture diagram from README"), so this path can never match again. It was also never mirrored in the pull_request paths.
  • feat/website-site in branches — that feature branch has been merged (docs: 還原未經竄改的官方 Apache-2.0 LICENSE #7), so only plugin needs to trigger the workflow.

No job/step changes — trigger cleanup only.

How was this verified

Confirmed docs/images/ only contains logo.png, and YAML still parses. Workflow behavior on plugin pushes and PRs is unchanged.

  • cortex-vec: ./scripts/run-checks.sh passes (if you touched Python)
  • Website: node --test site/tests/*.test.mjs passes (if you touched site/)

Checklist

  • Target branch is plugin
  • Commit messages follow Conventional Commits
  • Relevant docs (README / CHANGELOG) are updated (if needed)

docs/images/architecture.png was removed in 1d01112 and
feat/website-site is merged; neither should trigger site CI.
@XBlueSky
XBlueSky merged commit 9940205 into XBlueSky:plugin Jul 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants