From 02bc39357138ba0eada13b65afa5cca9b355521e Mon Sep 17 00:00:00 2001
From: Chris Ross <Tratcher@Outlook.com>
Date: Fri, 10 Jul 2020 10:11:16 -0700
Subject: [PATCH] Enable manual github action runs (#23836)

---
 .github/workflows/runtime-sync.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml
index b7cd3e4c313..b6236ab7b46 100644
--- a/.github/workflows/runtime-sync.yml
+++ b/.github/workflows/runtime-sync.yml
@@ -1,7 +1,7 @@
 name: AspNetCore-Runtime Code Sync
 on:
-  # Test this script using on: push
-  # push:
+  # Manual run
+  workflow_dispatch:
   schedule:
     # * is a special character in YAML so you have to quote this string
     # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
-- 
GitLab