docs: note that docs-only pushes skip the pipeline

This commit is contained in:
Erik 2026-08-19 16:15:04 +02:00
parent 988d242ad9
commit 172bcc2183

View file

@ -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.