Bladeren bron

Enable manual github action runs (#23836)

Chris Ross 5 jaren geleden
bovenliggende
commit
02bc393571
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/workflows/runtime-sync.yml

+ 2 - 2
.github/workflows/runtime-sync.yml

@@ -1,7 +1,7 @@
 name: AspNetCore-Runtime Code Sync
 name: AspNetCore-Runtime Code Sync
 on:
 on:
-  # Test this script using on: push
-  # push:
+  # Manual run
+  workflow_dispatch:
   schedule:
   schedule:
     # * is a special character in YAML so you have to quote this string
     # * 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
     # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule