From 05c03de94d28cdfc5f27057952d1308af2e66041 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 28 May 2021 10:37:25 -0700 Subject: [PATCH] Update Windows periodic tests Allow these tests to be manually triggered as well Signed-off-by: Derek McGowan --- .github/workflows/windows-periodic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index 0b2bc0101..c1f0a04b7 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -1,10 +1,11 @@ # Workflow intended to periodically test containerd integration tests -name: win-periodic-integration +name: Windows Periodic Tests on: schedule: - cron: "0 1 * * *" + workflow_dispatch: env: AZURE_DEFAULT_LOCATION: westeurope