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
This commit is contained in:
Marshall Bowers
2024-10-07 14:31:23 -04:00
committed by GitHub
parent 60c12a8d06
commit 7d380e9e18
+2 -1
View File
@@ -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: