Add manual triggering for sync workflow (#2614)

This commit is contained in:
Shrikant Sharat Kandula 2021-01-18 19:22:21 +05:30 committed by GitHub
parent 41a32f6a79
commit c018f76982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
name: Sync Community workflow
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"