From 11292b5f1e5122d236c3c862c099bd11e5145266 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 4 Mar 2025 19:50:02 -0500 Subject: [PATCH] ci: Bump publish-latest's timeout-minutes --- .github/workflows/publish-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index fe5c421a..1141284f 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -11,7 +11,7 @@ jobs: publish-latest: runs-on: ubuntu-latest if: ${{ (github.event.workflow_run.conclusion == 'success') && (github.event.workflow_run.head_repository.full_name == github.repository) }} - timeout-minutes: 60 + timeout-minutes: 90 steps: - uses: actions/checkout@v4 - name: Set up QEMU