Skip to content

Commit e9d2421

Browse files
committed
use free runner
1 parent 7894508 commit e9d2421

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
@@ -657,7 +657,7 @@ jobs:
657657
# are for amd64)
658658
needs: changes
659659
if: needs.changes.outputs.docs-only == 'false'
660-
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
660+
runs-on: "ubuntu-latest"
661661
env:
662662
DOCKER_CLI_EXPERIMENTAL: "enabled"
663663
outputs:

0 commit comments

Comments
 (0)