From 6373a476b5b3237e0891470e131e2f41e698e6e8 Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Tue, 1 Oct 2024 09:23:30 -0400 Subject: [PATCH] added more fixes to github workflow (#332) --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 00b6869f..9f95fcde 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,8 +42,7 @@ jobs: name: Container Release Job runs-on: ubuntu-latest needs: [go-release] - timeout-minutes: 30 - continue-on-error: true + timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v4