Skip to content

Commit

Permalink
Merge pull request #9 from 2rabs/rt/fix-deploy-workflow
Browse files Browse the repository at this point in the history
ci: preview の job へ needs を追加
  • Loading branch information
tatsutakein authored Feb 28, 2024
2 parents 0bddabe + ef7c018 commit d0a6026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d0a6026

Please sign in to comment.