Skip to content

Commit 8f96831

Browse files
fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes
remove windows since the OpenNext adapter is not compatible with it
1 parent adc9091 commit 8f96831

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/cloudflare-open-next-build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@ env:
3333

3434
jobs:
3535
build-cloudflare-worker:
36-
name: Build Cloudflare Worker on ${{ matrix.os }}
37-
runs-on: ${{ matrix.os }}
38-
39-
strategy:
40-
fail-fast: false
41-
matrix:
42-
os: [ubuntu-latest, windows-latest]
36+
name: Build Cloudflare Worker (on ubuntu)
37+
runs-on: ubuntu-latest
4338

4439
steps:
4540
- name: Harden Runner

0 commit comments

Comments
 (0)