Skip to content

Commit 81f7517

Browse files
committed
Be able to trigger manually this workflow.
1 parent a5d231c commit 81f7517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-from-external-sources.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Sync Data From External Sources
22
on:
3+
workflow_dispatch:
34
schedule:
45
# At 00:00 on every Monday UTC
56
- cron: '0 0 * * 1'
@@ -80,4 +81,4 @@ jobs:
8081
8182
*Note*: Change are coming from [this project](https://github.com/matrix-org/matrix-analytics-events)
8283
branch: sync-analytics-plan
83-
base: develop
84+
base: develop

0 commit comments

Comments
 (0)