Skip to content

Commit d9a1695

Browse files
authored
chore: run deploy job on regular runner
1 parent 6b3c4c0 commit d9a1695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ jobs:
717717

718718
deploy:
719719
name: "deploy"
720-
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu-ubuntu-2204' || 'ubuntu-latest' }}
720+
runs-on: ubuntu-latest
721721
timeout-minutes: 30
722722
needs:
723723
- changes

0 commit comments

Comments
 (0)