1 parent 1e2cbef commit 8fa72a7Copy full SHA for 8fa72a7
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46
47
test-bun:
48
- runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || fromJSON('["self-hosted", "linux", "x64", "vps"]') }}
+ runs-on: ubuntu-latest
49
50
steps:
51
- uses: actions/checkout@v6
0 commit comments