Skip to content

Commit 8fa72a7

Browse files
committed
Keep bun tests on hosted runner
1 parent 1e2cbef commit 8fa72a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4646

4747
test-bun:
48-
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || fromJSON('["self-hosted", "linux", "x64", "vps"]') }}
48+
runs-on: ubuntu-latest
4949

5050
steps:
5151
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)