Skip to content

Commit 1dacc94

Browse files
committed
ci: don't attempt to deploy Storybook in pull requests
1 parent 125f45b commit 1dacc94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
"npx wait-on http://127.0.0.1:6006/ && npm run test-storybook"
4545
4646
- name: Deploy Storybook
47+
if: github.event_name != 'pull_request'
4748
uses: JamesIves/github-pages-deploy-action@v4
4849
with:
4950
folder: storybook-static

0 commit comments

Comments
 (0)