Skip to content

Commit 0721c81

Browse files
chore: Remove nightly jobs. (#881)
1 parent eeed842 commit 0721c81

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -732,16 +732,4 @@ workflows:
732732

733733
# run this workflow on each commit and pull request
734734
all-recipes:
735-
jobs: *all_jobs
736-
737-
# since this is testing a lot of external sites
738-
# let's run these tests once per day (at night)
739-
nightly:
740-
triggers:
741-
- schedule:
742-
cron: "0 0 * * *"
743-
filters:
744-
branches:
745-
only:
746-
- master
747-
jobs: *all_jobs
735+
jobs: *all_jobs

0 commit comments

Comments
 (0)