From 2818897ba14ecd290ba40e57e99096119c4e2636 Mon Sep 17 00:00:00 2001 From: cipchk Date: Mon, 1 Jan 2024 16:44:05 +0800 Subject: [PATCH] ci: fix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ced5c24433..030988959d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: - uses: actions/checkout@v4 - uses: jwalton/gh-find-current-pr@v1 id: findPr + with: + state: all - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc'