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

@@ -55,7 +55,7 @@ Is this a private Gitea repo with Actions?
no -> use public web/API checks when available
Did you push a commit that should trigger a workflow?
yes -> check the workflow run; if it fails, inspect logs, fix in scope, push again, and re-check
yes -> poll the workflow run until success; if it fails, inspect logs, fix in scope, push again, and repeat the loop
no -> finish with local verification status
```