From b3575cae09039b1f94ec1421d24da43a685c97a6 Mon Sep 17 00:00:00 2001 From: bmyjacks Date: Wed, 17 Feb 2021 20:27:19 +0800 Subject: [PATCH] Update hours set to 24(0:00 UTC) --- .github/workflows/update-filters.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-filters.yml b/.github/workflows/update-filters.yml index 52eecd08..b97cbd0d 100644 --- a/.github/workflows/update-filters.yml +++ b/.github/workflows/update-filters.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 */8 * * *' + - cron: '0 0 * * *' jobs: update-list-and-push-to-github: @@ -22,7 +22,7 @@ jobs: file-name: 'AdAway.txt' location: './filter-registry' - + # Adguard Home - name: AdGuard Base filter uses: carlosperate/download-file-action@v1.0.3 @@ -30,21 +30,21 @@ jobs: 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/download-file-action@v1.0.3 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/download-file-action@v1.0.3 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/download-file-action@v1.0.3 with: @@ -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/download-file-action@v1.0.3 with: