Skip to content

Commit

Permalink
ci: skip chromatic / storybook CI for pull requests targets master (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Aug 10, 2024
1 parent 7e3dedb commit 1532d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- develop
- dev/storybook8 # for testing
pull_request_target:
branches-ignore:
# Since pull requests targets master mostly is the "develop" branch.
# Storybook CI is checked on the "push" event of "develop" branch so it would cause a duplicate build.
# This is a waste of chromatic build quota, so we don't run storybook CI on pull requests targets master.
- master

jobs:
build:
Expand Down

0 comments on commit 1532d5f

Please sign in to comment.