data-update.yml: run on searx org

This commit is contained in:
Alexandre Flament 2021-02-12 16:56:00 +01:00 committed by GitHub
parent f59acf4138
commit 50bde93dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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