2
0
mirror of https://github.com/searx/searx synced 2025-08-31 14:38:23 +00:00

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

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