From 6802e3edf96bb2ae76d2715102010322f4b3b421 Mon Sep 17 00:00:00 2001 From: Aletia Trepte <38143160+parcheesime@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:04:09 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cf2c71..62b4ad1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: L.A. Districts Shapefile Workflow on: workflow_dispatch: schedule: - - cron: '0 0 1 */2 *' # Every other month on the first day + - cron: '0 8 * * *' # Every other month jobs: download_shapefiles: