mirror of https://github.com/searxng/searxng.git
Update data-update.yml
Disable fail fast: so even if a script fails, the other scripts create PR.
This commit is contained in:
parent
26b0de6843
commit
898d789e82
|
@ -10,6 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: ${{ github.repository_owner == 'searxng'}}
|
if: ${{ github.repository_owner == 'searxng'}}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
fetch:
|
fetch:
|
||||||
- update_ahmia_blacklist.py
|
- update_ahmia_blacklist.py
|
||||||
|
|
Loading…
Reference in New Issue