Skip to content

Commit 7074d46

Browse files
tools: only check for dead domains once a month and in relevant lists
1 parent fbd8714 commit 7074d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dead-domains-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66

77
on:
88
schedule:
9-
# Run the job on every Monday at 8:00 AM UTC
10-
- cron: '0 8 * * 1'
9+
# Run the job on every month at 8:00 AM UTC
10+
- cron: '0 8 1 * *'
1111
push:
1212
branches:
1313
- master
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm install
3737

3838
- name: Export dead domains to a file
39-
run: pnpm dead-domains-linter --export dead-domains.txt
39+
run: pnpm dead-domains-linter -i EasyListHebrew*.txt --export dead-domains.txt
4040

4141
- name: Read dead domains from the file
4242
id: read-dead-domains

0 commit comments

Comments
 (0)