From 2a93cd556c484e5c7c0117af6696728cac9e2850 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 15 Apr 2025 15:00:32 -0400 Subject: [PATCH] fix: update start-workspace.yaml for dev.coder.com --- .github/workflows/start-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start-workspace.yaml b/.github/workflows/start-workspace.yaml index 41a5cd4b41d9f..ddc4d1a330707 100644 --- a/.github/workflows/start-workspace.yaml +++ b/.github/workflows/start-workspace.yaml @@ -15,7 +15,7 @@ jobs: if: >- (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@coder')) || (github.event_name == 'issues' && contains(github.event.issue.body, '@coder')) - environment: aidev + environment: dev.coder.com timeout-minutes: 5 steps: - name: Start Coder workspace