From 3d5c023fdae99907cf7cf9e67f7ae20bd7bd080c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 19 Sep 2024 09:55:51 -0400 Subject: [PATCH] ci: Move collab deploys back to DigitalOcean runners (#18071) This PR moves the collab deployment steps in CI back to the DigitalOcean runners temporarily, so that we can deploy collab. Release Notes: - N/A --- .github/workflows/deploy_collab.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_collab.yml b/.github/workflows/deploy_collab.yml index 7abd52e5a6..6801be2a54 100644 --- a/.github/workflows/deploy_collab.yml +++ b/.github/workflows/deploy_collab.yml @@ -61,7 +61,8 @@ jobs: - style - tests runs-on: - - buildjet-16vcpu-ubuntu-2204 + - self-hosted + - deploy steps: - name: Add Rust to the PATH run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH @@ -88,7 +89,8 @@ jobs: needs: - publish runs-on: - - buildjet-16vcpu-ubuntu-2204 + - self-hosted + - deploy steps: - name: Sign into Kubernetes