From 976839e393236e3b3379c4c6f442fa95c1817ed8 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 25 Oct 2023 01:46:30 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28c7121..7995fed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: push: jobs: + test: runs-on: ubuntu-latest if: github.event.pull_request.draft == false