Skip to content

Commit 2563017

Browse files
jacob-ebeyMichaelDeBoey
authored andcommitted
remove workflows
1 parent 241a7c5 commit 2563017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515

1616
matrix:
17-
project: [blob, fetch, file, form-data, stream]
17+
project: [fetch, file, form-data]
1818

1919
runs-on: ubuntu-latest
2020

@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
node: [16, 18, 20]
4646
os: [ubuntu-latest, windows-latest, macos-latest]
47-
project: [blob, fetch, file, form-data, stream]
47+
project: [fetch, file, form-data]
4848

4949
runs-on: ${{ matrix.os }}
5050

0 commit comments

Comments
 (0)