mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: run deploy job on regular runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user