Skip to content

Commit dc4111f

Browse files
committed
Disable nightly builds
CircleCI is in negative credits lol
1 parent 420fdbf commit dc4111f

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
@@ -95,14 +95,13 @@ workflows:
9595
version: 2
9696
build_all:
9797
<<: *build_jobs
98-
99-
# Build every day
100-
nightly:
101-
<<: *build_jobs
102-
triggers:
103-
- schedule:
104-
cron: "0 0 * * *"
105-
filters:
106-
branches:
107-
only:
108-
- master
98+
# # Build every day
99+
# nightly:
100+
# <<: *build_jobs
101+
# triggers:
102+
# - schedule:
103+
# cron: "0 0 * * *"
104+
# filters:
105+
# branches:
106+
# only:
107+
# - master

0 commit comments

Comments
 (0)