mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
Reduce runtime
This commit is contained in:
parent
8b71a2b9ec
commit
76ac1e8660
5
.github/workflows/280blocker.yml
vendored
5
.github/workflows/280blocker.yml
vendored
@ -11,10 +11,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: 280blocker_adblock
|
||||
uses: wei/curl@master
|
||||
# continue-on-error: true
|
||||
with:
|
||||
args: ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt
|
||||
run: |
|
||||
curl --silent --show-error --fail ${{ secrets.BLOCKER_URL }}/280blocker_adblock.txt -o 280blocker/280blocker_adblock.txt
|
||||
- name: 280blocker_domain_ag
|
||||
uses: wei/curl@master
|
||||
# continue-on-error: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user