We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09687ea commit cc825d8Copy full SHA for cc825d8
.circleci/config.yml
@@ -93,14 +93,13 @@ workflows:
93
version: 2
94
build_all:
95
<<: *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
+ # # Build every day
+ # nightly:
+ # <<: *build_jobs
+ # triggers:
+ # - schedule:
+ # cron: "0 0 * * *"
+ # filters:
+ # branches:
+ # only:
+ # - master
0 commit comments