Skip to content

Commit

Permalink
Merge pull request #23436 from zmarkan/skip-default-ci-workflow
Browse files Browse the repository at this point in the history
CI: Skip CircleCI when no workflow argument is set
  • Loading branch information
JReinhold authored Jul 13, 2023
2 parents 6f4883c + 79c01df commit 471bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ parameters:
workflow:
description: Which workflow to run
type: enum
enum: ['normal', 'merged', 'daily']
default: 'normal'
enum: ['normal', 'merged', 'daily', 'skipped']
default: 'skipped'

executors:
sb_node_16_classic:
Expand Down

0 comments on commit 471bd4d

Please sign in to comment.