Skip to content

Commit ecffe24

Browse files
committed
disable uploads
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
1 parent 120f693 commit ecffe24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ workflows:
189189
build:
190190
jobs:
191191
- circleci_consistency
192-
# {{ workflows() }}
193-
{{ workflows(prefix="nightly_", upload=True) }}
192+
{{ workflows() }}
193+
# {{ workflows(prefix="nightly_", upload=True) }}

0 commit comments

Comments
 (0)