Require polling Gitea workflows to completion

This commit is contained in:
MrSphay
2026-05-03 02:16:02 +02:00
parent a0552ff51e
commit 356c4810ca
5 changed files with 7 additions and 7 deletions

View File

@@ -154,8 +154,8 @@ Before final response:
- run formatting or validation if available,
- run the cheapest reliable verification command,
- check `git diff --check`,
- if using Gitea Actions, check the pushed workflow run; 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, inspect the failing job/logs, fix in scope, push again, and re-check the next run,
- 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,
- summarize changed files,
- do not create a release unless explicitly requested.