Skip to content

Commit

Permalink
data-update.yml
Browse files Browse the repository at this point in the history
Don't fail fast
  • Loading branch information
dalf authored Mar 5, 2021
1 parent 449ed14 commit debe34f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/data-update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Update searx.data"
on:
schedule:
- cron: "05 06 * * 5"
- cron: "05 06 1 * *"
workflow_dispatch:

jobs:
Expand All @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-20.04
if: ${{ github.repository_owner == 'dalf'}}
strategy:
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
fail-fast: false
matrix:
fetch:
- update_ahmia_blacklist.py
Expand Down

0 comments on commit debe34f

Please sign in to comment.