Skip to content

Commit

Permalink
ci(storybook-8): disable CI Cromatic run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Dec 8, 2024
1 parent ec1322d commit 9364901
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: "CI - Chromatic Tests"
# todo: setup running on feature branches, remove this tests branch
# read more about this here: https://www.chromatic.com/docs/github-actions
on:
push:
branches:
- "feature/storybook-up-to-8"
workflow_dispatch:
# push:
# branches:
# - "feature/storybook-up-to-8"

jobs:
chromatic:
Expand Down

0 comments on commit 9364901

Please sign in to comment.