Skip to content

Commit

Permalink
Merge pull request #23617 from storybookjs/ci-add-docs-enum
Browse files Browse the repository at this point in the history
CI: Add missing workflow enum
(cherry picked from commit e59d2c9)
  • Loading branch information
vanessayuenn authored and storybook-bot committed Aug 2, 2023
1 parent 9c731a2 commit 3df0c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
workflow:
description: Which workflow to run
type: enum
enum: ['normal', 'merged', 'daily', 'skipped']
enum: ['normal', 'merged', 'daily', 'skipped', 'docs']
default: 'skipped'

executors:
Expand Down

0 comments on commit 3df0c73

Please sign in to comment.