Add workflow_dispatch to be able to trigger this action.
This commit is contained in:
parent
892a5e9fed
commit
fd8ea69104
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sync-localazy.yml
vendored
1
.github/workflows/sync-localazy.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: Sync Localazy
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# At 00:00 on every Monday UTC
|
||||
- cron: '0 0 * * 1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue