Add workflow_dispatch to be able to trigger this action.
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user