Skip to content

Commit 02bc393

Browse files
authored
Enable manual github action runs (#23836)
1 parent 917078d commit 02bc393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtime-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: AspNetCore-Runtime Code Sync
22
on:
3-
# Test this script using on: push
4-
# push:
3+
# Manual run
4+
workflow_dispatch:
55
schedule:
66
# * is a special character in YAML so you have to quote this string
77
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule

0 commit comments

Comments
 (0)