Skip to content

Commit 90ba302

Browse files
authored
Add CircleCi param to trigger nightly-twice-a-week manually (RedisJSON#1122)
* add param run_nightly_twice_a_week_flow_label * remove temp changes
1 parent d46a932 commit 90ba302

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ parameters:
44
run_default_flow:
55
default: true
66
type: boolean
7+
run_nightly_twice_a_week_flow_label:
8+
default: false
9+
type: boolean
710

811
commands:
912
early-returns:
@@ -575,6 +578,17 @@ workflows:
575578
parameters:
576579
redis_version: ["7", "unstable"]
577580

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+
context: common
590+
upload: "yes"
591+
578592
nightly-twice-a-week:
579593
triggers:
580594
- schedule:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy