From 00bde0d52a3aea9e75dcc93bc13123cf8a00a8c2 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Sun, 12 Oct 2025 13:46:26 +0300 Subject: [PATCH] =?UTF-8?q?Nyrki=C3=B6=20nightly:=20Reduce=20frequency=20t?= =?UTF-8?q?o=201=20per=2024h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fix a missed path in sqlite3 tests --- .github/workflows/perf_nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf_nightly.yml b/.github/workflows/perf_nightly.yml index 2f6d41cbb..690c37595 100644 --- a/.github/workflows/perf_nightly.yml +++ b/.github/workflows/perf_nightly.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: branches: ["main", "notmain", "master"] schedule: - - cron: '24 6,11,14,20 * * *' + - cron: '24 4 * * *' push: # branches: ["main", "notmain", "master"] branches: ["notmain"] @@ -98,7 +98,7 @@ jobs: - name: Analyze SQLITE3 result with Nyrkiƶ uses: nyrkio/change-detection@HEAD with: - name: clickbench/sqlite3 + name: nightly/clickbench/sqlite3 tool: time output-file-path: clickbench-sqlite3.txt fail-on-alert: false