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

@@ -145,8 +145,8 @@ Before final response:
- run `git diff --check`,
- run the smallest reliable verification command,
- 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,
- list files changed,
- mention any skipped checks,
- do not create a release unless explicitly requested.