From 7d380e9e187d732a37daa88db85cae48f99af33d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 7 Oct 2024 14:31:23 -0400 Subject: [PATCH] Temporarily prevent deploying collab to production (#18825) This PR adds a temporary measure to prevent deploying collab to production, while we investigate some issues stemming from the HTTP client change. Release Notes: - N/A --- .github/workflows/deploy_collab.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_collab.yml b/.github/workflows/deploy_collab.yml index 1e6e6cf280..cf3ffb4dbc 100644 --- a/.github/workflows/deploy_collab.yml +++ b/.github/workflows/deploy_collab.yml @@ -3,7 +3,8 @@ name: Publish Collab Server Image on: push: tags: - - collab-production + # Pause production deploys while we investigate an issue. + # - collab-production - collab-staging env: