chore: run deploy job on regular runner

This commit is contained in:
Dean Sheather
2023-12-02 10:08:33 -08:00
committed by GitHub
parent 6b3c4c00a2
commit d9a169556a
+1 -1
View File
@@ -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