Skip to content

Commit 66bc6f9

Browse files
committed
Don't build nightlies on 0.4.0 branch.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent ef3ba78 commit 66bc6f9

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.circleci/config.yml.in

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -210,20 +210,7 @@ jobs:
210210

211211
workflows:
212212
build:
213-
{%- if False %}
214213
jobs:
215214
- circleci_consistency
216215
{{ workflows() }}
217-
218-
nightly:
219-
triggers:
220-
- schedule:
221-
cron: "0 9 * * *"
222-
filters:
223-
branches:
224-
only:
225-
- master
226-
{%- endif %}
227-
jobs:
228-
- circleci_consistency
229-
{{ workflows(prefix="nightly_", upload=True) }}
216+
# workflows(prefix="nightly_", upload=True)

0 commit comments

Comments
 (0)