Skip to content

Commit cc825d8

Browse files
committed
Disable nightly builds
CircleCI is in negative credits lol
1 parent 09687ea commit cc825d8

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.circleci/config.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,13 @@ workflows:
9393
version: 2
9494
build_all:
9595
<<: *build_jobs
96-
97-
# Build every day
98-
nightly:
99-
<<: *build_jobs
100-
triggers:
101-
- schedule:
102-
cron: "0 0 * * *"
103-
filters:
104-
branches:
105-
only:
106-
- master
96+
# # Build every day
97+
# nightly:
98+
# <<: *build_jobs
99+
# triggers:
100+
# - schedule:
101+
# cron: "0 0 * * *"
102+
# filters:
103+
# branches:
104+
# only:
105+
# - master

0 commit comments

Comments
 (0)