From 67ad884a49213439dde548111c3d775594193be6 Mon Sep 17 00:00:00 2001 From: Mosei <78140816+arbuilder@users.noreply.github.com> Date: Sat, 10 Dec 2022 00:40:56 +0530 Subject: [PATCH] Update build_test_images.yml --- .github/workflows/build_test_images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_test_images.yml b/.github/workflows/build_test_images.yml index 26e4d3e..bce8929 100644 --- a/.github/workflows/build_test_images.yml +++ b/.github/workflows/build_test_images.yml @@ -10,6 +10,8 @@ on: - '**/Git_Actions-Dockerfile' pull_request: branches: [ main ] + schedule: + - cron: '10 5 * * 2,5' workflow_dispatch: