From e5c44cced0e8624a1e2eb720165d0776d5ded509 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Tue, 7 Oct 2025 15:53:17 +0300 Subject: [PATCH] fix: perf_nightly YAML syntax --- .github/workflows/perf_nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/perf_nightly.yml b/.github/workflows/perf_nightly.yml index d2f3557a5..2579d4521 100644 --- a/.github/workflows/perf_nightly.yml +++ b/.github/workflows/perf_nightly.yml @@ -1,7 +1,8 @@ name: Nightly Benchmarks on Nyrkiƶ Runners (stability) on: - workflow_dispatch: ["main", "notmain", "master"] + workflow_dispatch: + branches: ["main", "notmain", "master"] schedule: - cron: '24 6,11,14,20 * * *' push: