Skip to content

Commit

Permalink
CI: add missing workflow enum
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessayuenn authored Jul 26, 2023
1 parent 5bcced2 commit 5c3c839
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 5c3c839

Please sign in to comment.