forked from Archives/searxng
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"
|
name: "Update searx.data"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "05 09 * * 5"
|
- cron: "05 06 * * 5"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
updateData:
|
updateData:
|
||||||
|
Loading…
Reference in New Issue
Block a user