Skip to content

Commit

Permalink
Update hours set to 24(0:00 UTC)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmyjacks committed Feb 17, 2021
1 parent 89491c6 commit b3575ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 */8 * * *'
- cron: '0 0 * * *'

jobs:
update-list-and-push-to-github:
Expand All @@ -22,29 +22,29 @@ jobs:
file-name: 'AdAway.txt'
location: './filter-registry'


# Adguard Home
- name: AdGuard Base filter
uses: carlosperate/[email protected]
with:
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt'
file-name: 'AdGuard-Base-filter.txt'
location: './filter-registry'

- name: AdGuard Tracking Protection filter
uses: carlosperate/[email protected]
with:
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt'
file-name: 'AdGuard-Tracking-Protection-filter.txt'
location: './filter-registry'

- name: AdGuard Social media filter
uses: carlosperate/[email protected]
with:
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_4_Social/filter.txt'
file-name: 'AdGuard-Social-media-filter.txt'
location: './filter-registry'

- name: AdGuard Annoyances filter
uses: carlosperate/[email protected]
with:
Expand All @@ -58,7 +58,7 @@ jobs:
file-url: 'https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_10_Useful/filter.txt'
file-name: 'AdGuard-Filter-unblocking-search-ads-and-self-promotions.txt'
location: './filter-registry'

- name: AdGuard Experimental filter
uses: carlosperate/[email protected]
with:
Expand Down

0 comments on commit b3575ca

Please sign in to comment.