diff options
author | Alexandre Flament <alex@al-f.net> | 2021-05-01 10:15:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 10:15:17 +0200 |
commit | 898d789e82701cfdb59d6b2e5b0d9c0ee3c7aa02 (patch) | |
tree | e0b5ec0e325b1fc578a621d0880b75eb8e0e9816 /.github | |
parent | 26b0de68432a432f6965abe27f3afbbae6ae0390 (diff) | |
download | searxng-898d789e82701cfdb59d6b2e5b0d9c0ee3c7aa02.tar.gz searxng-898d789e82701cfdb59d6b2e5b0d9c0ee3c7aa02.zip |
Update data-update.yml
Disable fail fast: so even if a script fails, the other scripts create PR.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/data-update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 46a49f639..88e50d036 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.repository_owner == 'searxng'}} strategy: + fail-fast: false matrix: fetch: - update_ahmia_blacklist.py |