From ef7c0181151352687b173664baf212bd26ead4d2 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Wed, 28 Feb 2024 23:12:40 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20preview=20=E3=81=AE=20job=20=E3=81=B8=20n?= =?UTF-8?q?eeds=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a1030af..f1acff6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,6 +15,8 @@ jobs: preview: uses: ./.github/workflows/wc-deploy-cloudflare-pages.yml + needs: changed + if: needs.changed.outputs.docs == 'true' with: branch: 'preview' gh-app-id: ${{ vars.BOT_APP_ID }}