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

@@ -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 -> poll the workflow run until success; if it fails, inspect logs, fix in scope, push again, and repeat the loop
yes -> poll the workflow run until success; if it fails, inspect logs, fix in scope, push again, and keep looping after the follow-up push
no -> finish with local verification status
```