mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Be able to trigger manually this workflow.
This commit is contained in:
parent
a5d231c259
commit
81f7517560
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
name: Sync Data From External Sources
|
name: Sync Data From External Sources
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# At 00:00 on every Monday UTC
|
# At 00:00 on every Monday UTC
|
||||||
- cron: '0 0 * * 1'
|
- cron: '0 0 * * 1'
|
||||||
|
|
Loading…
Reference in a new issue