From 0f53643cbe8a877b70251df768e41493bbba7bb0 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Thu, 17 Oct 2024 12:46:12 -0700 Subject: [PATCH] Remove build timeout until we know why content release is slow. (#2321) Nothing that tests will find in this PR, so merging immediately. --- .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 1f866d5f62..315adec597 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