fix(staging): extend Gitea publish timeout
Staging Backend Quality Gate / validate (push) Successful in 20m7s
Staging Backend Quality Gate / publish (push) Successful in 14m51s

This commit is contained in:
Jesse_Chen
2026-08-07 15:18:42 +08:00
parent 162d0b252a
commit 07223b6b4a
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ jobs:
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/staging'
needs: validate
runs-on: manman-linux
timeout-minutes: 45
timeout-minutes: 60
env:
GITEA_SHA: ${{ gitea.sha }}
GITEA_RUN_ATTEMPT: ${{ gitea.run_attempt }}