Skip to content

Commit c777fb3

Browse files
committed
Format ci.yaml
1 parent c2ec7ef commit c777fb3

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
@@ -549,7 +549,7 @@ jobs:
549549
needs:
550550
- changes
551551
if: needs.changes.outputs.docs-only == 'false'
552-
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
552+
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
553553
timeout-minutes: 20
554554
steps:
555555
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)