From 172bcc2183375ee3341580a44943657ef4bbb6ad Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 19 Aug 2026 16:15:04 +0200 Subject: [PATCH] docs: note that docs-only pushes skip the pipeline --- docs/ci-and-releases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ci-and-releases.md b/docs/ci-and-releases.md index 572f79b3..0155696f 100644 --- a/docs/ci-and-releases.md +++ b/docs/ci-and-releases.md @@ -16,7 +16,9 @@ git push origin main + republish the `latest` pointer ``` -Workflow: [`.gitea/workflows/ci.yml`](../.gitea/workflows/ci.yml). A red gate +Workflow: [`.gitea/workflows/ci.yml`](../.gitea/workflows/ci.yml). Docs-only +pushes (docs/, the memory trees, markdown) skip the pipeline entirely — no +test can fail on them and a run costs ~7 minutes plus a 121 MB release. A red gate cannot publish: `release` uses `needs:`, not a `workflow_run` trigger, whose Forgejo support is unreliable.