Skip to content

Commit

Permalink
Skip tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dead-claudia committed Sep 25, 2024
1 parent 87b034c commit 09de0b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ on:
push:
branches: [main]
workflow_dispatch:
workflow_call:

permissions:
contents: read

jobs:
test:
uses: MithrilJS/infra/.github/workflows/run-tests.yml@main
with:
all-platforms: true
all-versions: true

0 comments on commit 09de0b7

Please sign in to comment.