From 0a78fe551794e14d935180c163b6399d449aea1a Mon Sep 17 00:00:00 2001 From: jhsuss Date: Sun, 6 Oct 2024 10:30:37 -0400 Subject: [PATCH] updated cron time --- .github/workflows/run-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pipeline.yml b/.github/workflows/run-pipeline.yml index 636367d..f9beeee 100644 --- a/.github/workflows/run-pipeline.yml +++ b/.github/workflows/run-pipeline.yml @@ -3,7 +3,7 @@ name: run-pipeline on: push: schedule: - - cron: '0 6 * * *' + - cron: '0 4 * * *' jobs: pipeline: