Skip to content

Commit 09de0b7

Browse files
committed
Skip tests
It's ultimately a no-op, so it's pointless to run them. I've also dropped the `package.json` field since it's no longer needed. Also, drop the `workflow_call` event handler to discourage external callers, since it's not used.
1 parent 87b034c commit 09de0b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ on:
66
push:
77
branches: [main]
88
workflow_dispatch:
9-
workflow_call:
109

1110
permissions:
1211
contents: read
1312

1413
jobs:
1514
test:
1615
uses: MithrilJS/infra/.github/workflows/run-tests.yml@main
17-
with:
18-
all-platforms: true
19-
all-versions: true

0 commit comments

Comments
 (0)