Skip to content

Commit 0881992

Browse files
author
msj
committed
Turn on scrapes
1 parent b985ab4 commit 0881992

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/court_calls.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Court call scrape
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: '15 10 * * *'
5+
schedule:
6+
- cron: '15 10 * * *'
77

88
jobs:
99
scrape:

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
type: string
99
default: make get_new_records
1010

11-
# schedule:
12-
# - cron: '15 4 * * *'
11+
schedule:
12+
- cron: '15 4 * * *'
1313

1414
jobs:
1515
manual_scrape:

.github/workflows/rescrape.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Rescrape cases
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: '0 21 * * *'
5+
schedule:
6+
- cron: '0 21 * * *'
77

88
jobs:
99
scrape:

0 commit comments

Comments
 (0)