From f5606b02f3fb183b664c655fe1a91fb165b369e6 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Tue, 22 Oct 2024 09:51:58 -0700 Subject: [PATCH] Revert "Remove build timeout until we know why content release is slow. (#2321)" (#2323) This reverts commit 0f53643cbe8a877b70251df768e41493bbba7bb0. Does not need pre-merge CI; nothing changes here that would be caught by CI. --- .github/workflows/content-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-release.yml b/.github/workflows/content-release.yml index 315adec597..1f866d5f62 100644 --- a/.github/workflows/content-release.yml +++ b/.github/workflows/content-release.yml @@ -91,7 +91,7 @@ jobs: runs-on: [self-hosted, asg] needs: - validate-build-status - # timeout-minutes: 75 + timeout-minutes: 75 defaults: run: working-directory: content-build