From d9a169556a8df7c65db465c98c7f77fe53b91ff7 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Sat, 2 Dec 2023 10:08:33 -0800 Subject: [PATCH] chore: run deploy job on regular runner --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afb4493297..9c5af0ab81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -717,7 +717,7 @@ jobs: deploy: name: "deploy" - runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu-ubuntu-2204' || 'ubuntu-latest' }} + runs-on: ubuntu-latest timeout-minutes: 30 needs: - changes