From 0039c7cd30efd6fe9b1208aabd5c2122f524d198 Mon Sep 17 00:00:00 2001 From: Perry Zhu Date: Sun, 10 May 2026 13:24:14 -0700 Subject: [PATCH] fix: remove staging from rb website workspace --- workspace/datasource/workspaces.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspace/datasource/workspaces.yml b/workspace/datasource/workspaces.yml index 46ac308..473c70f 100644 --- a/workspace/datasource/workspaces.yml +++ b/workspace/datasource/workspaces.yml @@ -24,7 +24,7 @@ workspaces: trigger_patterns: - "apps/gp-news/_modules/**" - name: "railgunbreaker-staging-usw2dev" - description: "Workspace for the infrastructure of the RailgunBreaker website staging environment in usw2dev" - working_directory: "apps/railgunbreaker/staging/usw2dev" + description: "Workspace for the infrastructure of the RailgunBreaker website in usw2dev" + working_directory: "apps/railgunbreaker/usw2dev" trigger_patterns: - - "apps/railgunbreaker/staging/_modules/**" + - "apps/railgunbreaker/_modules/**"