Require polling Gitea workflows to completion
This commit is contained in:
@@ -93,7 +93,7 @@ Authorization: token GITEA_TOKEN
|
||||
|
||||
## Gitea Workflow Loop
|
||||
|
||||
After pushing commits that add or change a Gitea workflow, Codex agents must check the resulting workflow run before finishing. If the run is still pending or in progress, report that status and keep checking when the user expects the agent loop to continue. If the run fails, inspect the failing job/logs, fix the issue when it is in scope, commit, push, and check the next run.
|
||||
After pushing commits that trigger a Gitea workflow, Codex agents must keep checking the resulting workflow run before finishing. Poll the run until it reaches a terminal state. If it succeeds, report the successful run. If it fails or is cancelled, inspect the failing job/logs, fix the issue when it is in scope, commit, push, and repeat the check loop for the next run. Do not stop after a single in-progress status when the user asked the agent to continue the loop.
|
||||
|
||||
## Agent Prompt For A New Repo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user