From d790bc3d3ea7ed2e59cef66ef584c049025cecc2 Mon Sep 17 00:00:00 2001 From: Zachary del Rosario Date: Mon, 30 Sep 2024 10:24:50 -0400 Subject: [PATCH] attempt to fix auto run --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 24ca55b..c0e4cb4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: "5 8 * * 1" # Monday test + - cron: "*/5 8 * * 1" # Monday test jobs: build: