From 20b77b2d855236d88509f814823784be5975c38e Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Tue, 6 Aug 2024 14:25:22 -0700 Subject: [PATCH 1/2] test --- .github/workflows/tool_benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tool_benchmarks.yml b/.github/workflows/tool_benchmarks.yml index 6ecd7d7..d07baae 100644 --- a/.github/workflows/tool_benchmarks.yml +++ b/.github/workflows/tool_benchmarks.yml @@ -3,7 +3,7 @@ name: Weekly Tool Benchmarks on: workflow_dispatch: schedule: - - cron: '16 14 * * 2' # Runs at midnight (00:00) every Sunday (UTC time) + - cron: '30 * * * 2' # Runs at midnight (00:00) every Sunday (UTC time) env: POETRY_VERSION: "1.6.1" From 238a36b7b15563aac0cb2a45a09a38a0c8f2cbe9 Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Tue, 6 Aug 2024 14:26:46 -0700 Subject: [PATCH 2/2] schedule --- .github/workflows/tool_benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tool_benchmarks.yml b/.github/workflows/tool_benchmarks.yml index d07baae..72cb02e 100644 --- a/.github/workflows/tool_benchmarks.yml +++ b/.github/workflows/tool_benchmarks.yml @@ -3,7 +3,7 @@ name: Weekly Tool Benchmarks on: workflow_dispatch: schedule: - - cron: '30 * * * 2' # Runs at midnight (00:00) every Sunday (UTC time) + - cron: '0 0 * * 0' # Runs at midnight (00:00) every Sunday (UTC time) env: POETRY_VERSION: "1.6.1"