mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
Update data-update.yml
Allow to manually running the workflow See: * https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow * https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
This commit is contained in:
parent
b97273df6b
commit
917dff3aab
3
.github/workflows/data-update.yml
vendored
3
.github/workflows/data-update.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: "Update searx.data"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "05 09 * * 5"
|
||||
- cron: "05 06 * * 5"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
updateData:
|
||||
|
Loading…
Reference in New Issue
Block a user