Explorar el Código

Enable manual github action runs (#23836)

Chris Ross hace 5 años
padre
commit
02bc393571
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/runtime-sync.yml

+ 2 - 2
.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