diff --git a/.github/workflows/ingest-dev.yml b/.github/workflows/ingest-dev.yml index 430af29..9ca4c9f 100644 --- a/.github/workflows/ingest-dev.yml +++ b/.github/workflows/ingest-dev.yml @@ -2,7 +2,7 @@ name: Ingest metadata to dev on: schedule: - - cron: "0 10,15 * * *" # 10am, 3pm + - cron: "0 9,14 * * *" # 9am, 2pm UTC workflow_dispatch: jobs: diff --git a/.github/workflows/ingest-test-and-preprod.yml b/.github/workflows/ingest-test-and-preprod.yml index 2b1950b..f05e347 100644 --- a/.github/workflows/ingest-test-and-preprod.yml +++ b/.github/workflows/ingest-test-and-preprod.yml @@ -2,7 +2,7 @@ name: Ingest metadata to test and preprod on: schedule: - - cron: "0 4 * * *" # 4am + - cron: "0 3 * * *" # 3am UTC workflow_dispatch: jobs: