From 9fb5f0e9f3463f1f2ce550e17b85611d7f6a7962 Mon Sep 17 00:00:00 2001 From: Chiedo Date: Fri, 9 Oct 2020 17:28:05 -0400 Subject: [PATCH] Add the ability to manually test windows workflows --- .github/workflows/test-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index ec48a099f9e8..596ed37f96ba 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -3,6 +3,7 @@ name: Node.js Tests - Windows on: + workflow_dispatch: schedule: - cron: "50 19 * * *" # once a day at 19:50 UTC / 11:50 PST