diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69fb6329..c0f7782c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,6 @@ on: push: branches: [main] workflow_dispatch: - workflow_call: permissions: contents: read @@ -14,6 +13,3 @@ permissions: jobs: test: uses: MithrilJS/infra/.github/workflows/run-tests.yml@main - with: - all-platforms: true - all-versions: true