fix: remove continue-on-error from checkout, increase timeout to 5min
The continue-on-error flag causes the checkout step to always show a red cross in Gitea UI even on success. Removed it since the rsync fallback is now conditional and ~/archy is up to date. Increased timeout from 3 to 5 minutes for slow LAN fetches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7425386312
commit
6f82c58aef
@ -15,8 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
timeout-minutes: 3
|
timeout-minutes: 5
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Sync from local repo (fallback if checkout failed)
|
- name: Sync from local repo (fallback if checkout failed)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user