We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46a932 commit 90ba302Copy full SHA for 90ba302
.circleci/config.yml
@@ -4,6 +4,9 @@ parameters:
4
run_default_flow:
5
default: true
6
type: boolean
7
+ run_nightly_twice_a_week_flow_label:
8
+ default: false
9
+ type: boolean
10
11
commands:
12
early-returns:
@@ -575,6 +578,17 @@ workflows:
575
578
parameters:
576
579
redis_version: ["7", "unstable"]
577
580
581
+ nightly-twice-a-week-by-param:
582
+ when:
583
+ << pipeline.parameters.run_nightly_twice_a_week_flow_label >>
584
+ jobs:
585
+ - build-macos-x64:
586
+ context: common
587
+ upload: "yes"
588
+ - build-macos-m1:
589
590
591
+
592
nightly-twice-a-week:
593
triggers:
594
- schedule:
0 commit comments