ci: Move collab deploys back to DigitalOcean runners (#18071)

Marshall Bowers created

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

Change summary

.github/workflows/deploy_collab.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

.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