From 295584ed8fba577cb13c5c13b924b98fe18be5c7 Mon Sep 17 00:00:00 2001 From: Andrew Payne Date: Tue, 6 Feb 2024 13:20:31 -0500 Subject: [PATCH] setting scheduler to build every 5 mins as a test --- .github/workflows/workflow_ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow_ci.yml b/.github/workflows/workflow_ci.yml index cc28030b..bc9d0619 100644 --- a/.github/workflows/workflow_ci.yml +++ b/.github/workflows/workflow_ci.yml @@ -2,7 +2,12 @@ # https://github.com/actions/virtual-environments/tree/main/images name: workflow ci -on: [push, pull_request, workflow_dispatch] +on: + push: + pull_request: + workflow_dispatch: + schedule: + - cron: '*/5 * * * *' jobs: