mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# At 00:00 on every Monday UTC
|
||||
- cron: '0 0 * * 1'
|
||||
|
@ -80,4 +81,4 @@ jobs:
|
|||
|
||||
*Note*: Change are coming from [this project](https://github.com/matrix-org/matrix-analytics-events)
|
||||
branch: sync-analytics-plan
|
||||
base: develop
|
||||
base: develop
|
||||
|
|
Loading…
Reference in a new issue