mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Be able to trigger manually this workflow.
This commit is contained in:
@@ -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'
|
||||||
@@ -80,4 +81,4 @@ jobs:
|
|||||||
|
|
||||||
*Note*: Change are coming from [this project](https://github.com/matrix-org/matrix-analytics-events)
|
*Note*: Change are coming from [this project](https://github.com/matrix-org/matrix-analytics-events)
|
||||||
branch: sync-analytics-plan
|
branch: sync-analytics-plan
|
||||||
base: develop
|
base: develop
|
||||||
|
Reference in New Issue
Block a user