Aqsa Kausar
commited on
add weekly schedule
Browse filesadd weekly schedule, run every week on sunday at midnight
.github/workflows/scraping.yml
CHANGED
@@ -4,7 +4,8 @@ on:
|
|
4 |
workflow_dispatch:
|
5 |
schedule:
|
6 |
# Run every 30 minutes
|
7 |
-
|
|
|
8 |
|
9 |
jobs:
|
10 |
run-scraper:
|
|
|
4 |
workflow_dispatch:
|
5 |
schedule:
|
6 |
# Run every 30 minutes
|
7 |
+
#- cron: '*/30 * * * *'
|
8 |
+
- cron: '0 0 * * 0'
|
9 |
|
10 |
jobs:
|
11 |
run-scraper:
|