From f68786e0000dbb65eaf1e11e89437859ae9e8553 Mon Sep 17 00:00:00 2001 From: "Jeffrey W. Hollister" Date: Thu, 23 May 2024 07:35:27 -0400 Subject: [PATCH] troubleshooting cron scheduling --- .github/workflows/provisional_data_access.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/provisional_data_access.yaml b/.github/workflows/provisional_data_access.yaml index ee06801..de78d64 100644 --- a/.github/workflows/provisional_data_access.yaml +++ b/.github/workflows/provisional_data_access.yaml @@ -1,10 +1,10 @@ name: provisional-data on: - push: - branches: main - schedule: - - cron: "30 */1 * * *" + - push: + branches: main + - schedule: + cron: "*/10 */1 * * *" jobs: provis-data: