data-update.yml: run on searx org

dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago committed by GitHub
parent f59acf4138
commit 50bde93dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
name: "Update searx.data"
on:
schedule:
- cron: "37 13 * * 5"
- cron: "05 15 * * 5"
jobs:
updateData:
name: Update data
runs-on: ubuntu-20.04
if: secrets.DATA_PR_TOKEN != null
if: ${{ github.repository_owner == 'searx'}}
steps:
- name: Checkout
uses: actions/checkout@v2

Loading…
Cancel
Save