Skip to content

Commit 38b9d02

Browse files
committed
Turn cron scrapes back on.
1 parent 63a6d66 commit 38b9d02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ workflows:
4040
sync:
4141
jobs:
4242
- sync
43-
# triggers:
44-
# - schedule:
45-
# cron: "0 10 * * *"
46-
# filters:
47-
# branches:
48-
# only:
49-
# - master
43+
triggers:
44+
- schedule:
45+
cron: "0 10 * * *"
46+
filters:
47+
branches:
48+
only:
49+
- master

0 commit comments

Comments
 (0)