From e3b0e69f4425d93d7a5960dddcc54ea03380d527 Mon Sep 17 00:00:00 2001 From: tomoyane Date: Sat, 13 Apr 2024 14:52:32 +0900 Subject: [PATCH] test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62458f4..4192c91 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Test and Build run: npm install -g pkg && npm test && npm run build build: - uses: ./.github/workflows/_build.yml + uses: ./.github/workflows/_build.yaml needs: ci if: ${{ !failure() && github.ref_name == 'add-ci' }} with: