We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b985ab4 commit 0881992Copy full SHA for 0881992
.github/workflows/court_calls.yml
@@ -2,8 +2,8 @@ name: Court call scrape
2
3
on:
4
workflow_dispatch:
5
- # schedule:
6
- # - cron: '15 10 * * *'
+ schedule:
+ - cron: '15 10 * * *'
7
8
jobs:
9
scrape:
.github/workflows/nightly.yml
@@ -8,8 +8,8 @@ on:
type: string
default: make get_new_records
10
11
12
- # - cron: '15 4 * * *'
+ - cron: '15 4 * * *'
13
14
15
manual_scrape:
.github/workflows/rescrape.yml
@@ -2,8 +2,8 @@ name: Rescrape cases
- # - cron: '0 21 * * *'
+ - cron: '0 21 * * *'
0 commit comments