Skip to content

Commit

Permalink
Be able to trigger manually this workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Aug 23, 2023
1 parent a5d231c commit 81f7517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-from-external-sources.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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

0 comments on commit 81f7517

Please sign in to comment.