Skip to content

Commit

Permalink
Merge pull request #22815 from storybookjs/chore/add-jobs-to-daily-wo…
Browse files Browse the repository at this point in the history
…rkflow

Build: Add more checks to ci:daily workflow
  • Loading branch information
yannbf authored and shilman committed May 26, 2023
1 parent ecbb660 commit 781677a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ workflows:
when:
equal: [daily, << pipeline.parameters.workflow >>]
jobs:
- pretty-docs
- build
- lint:
requires:
Expand All @@ -700,6 +701,12 @@ workflows:
- unit-tests:
requires:
- build
- script-unit-tests:
requires:
- build
- chromatic-internal-storybooks:
requires:
- build
- create-sandboxes:
parallelism: 31
requires:
Expand Down

0 comments on commit 781677a

Please sign in to comment.