Clarify workflow fixes continue polling

This commit is contained in:
MrSphay
2026-05-03 02:17:18 +02:00
parent 356c4810ca
commit 53527aec47
5 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ Before final response:
- run the cheapest reliable verification command,
- check `git diff --check`,
- if using Gitea Actions, poll the pushed workflow run until it reaches a terminal state; for private `git.wilkensxl.de` repositories, use a locally set `GITEA_TOKEN` for read-only API status checks when available,
- if the pushed workflow fails or is cancelled, inspect the failing job/logs, fix in scope, push again, and repeat the workflow check loop,
- if the pushed workflow fails or is cancelled, inspect the failing job/logs, fix in scope, push again, and repeat the workflow check loop; fixing and pushing is not a stopping point,
- summarize changed files,
- do not create a release unless explicitly requested.