From d599c90da0f34d97dc9b923dd060ee304e5be69d Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 22 Apr 2022 08:33:37 -0500 Subject: [PATCH] trivial: allow manually running the container generation workflow --- .github/workflows/create_containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 272cc4f81..5e9c2b899 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -1,5 +1,6 @@ name: Create containers on: + workflow_dispatch: schedule: - cron: '0 0 * * *'