Skip to content

Commit

Permalink
ci: automatically run Chromatic when branch is pushed
Browse files Browse the repository at this point in the history
We are now on a `Standard Plan` with 80 000 snapshots so lets use them
  • Loading branch information
gaetanmaisse committed Mar 7, 2023
1 parent aad49bc commit dd98608
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@ workflows:
context: cicd-orchestrator
requires:
- build
- trigger-chromatic:
type: approval
requires:
- build
- lint-test
# Ignore this manual step and trigger chromatic automatically on `master`
filters:
branches:
ignore: master
- chromatic-deployment:
pre-steps:
- keeper/env-export:
Expand All @@ -247,7 +238,7 @@ workflows:
context: cicd-orchestrator
requires:
- build
- trigger-chromatic
- lint-test
- release:
pre-steps:
- keeper/env-export:
Expand Down

0 comments on commit dd98608

Please sign in to comment.