Skip to content

Commit

Permalink
Add CircleCi param to trigger nightly-twice-a-week manually (#1122)
Browse files Browse the repository at this point in the history
* add param run_nightly_twice_a_week_flow_label

* remove temp changes
  • Loading branch information
oshadmi committed Oct 24, 2023
1 parent d46a932 commit 90ba302
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ parameters:
run_default_flow:
default: true
type: boolean
run_nightly_twice_a_week_flow_label:
default: false
type: boolean

commands:
early-returns:
Expand Down Expand Up @@ -575,6 +578,17 @@ workflows:
parameters:
redis_version: ["7", "unstable"]

nightly-twice-a-week-by-param:
when:
<< pipeline.parameters.run_nightly_twice_a_week_flow_label >>
jobs:
- build-macos-x64:
context: common
upload: "yes"
- build-macos-m1:
context: common
upload: "yes"

nightly-twice-a-week:
triggers:
- schedule:
Expand Down

0 comments on commit 90ba302

Please sign in to comment.