Keep autonomous cycles alive under state growth

This commit is contained in:
Theodore Song
2026-08-22 21:01:15 -04:00
parent f1799a2384
commit c5f59aa992
3 changed files with 122 additions and 16 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ jobs:
RUNTIME_STATE_PATH: runtime/state.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Wait for the next five-minute slot
if: success()
if: always()
shell: bash
run: |
now=$(date +%s)
@@ -49,7 +49,7 @@ jobs:
echo "Next autonomous slot starts in ${delay}s"
sleep "$delay"
- name: Dispatch the next autonomous cycle
if: success()
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |