From c06e61ab417f400a97e268dd339ef0a988b0a01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 9 Jan 2025 16:03:24 +0100 Subject: [PATCH] chore(ci): put back weekly core_crypto benchmarks --- .github/workflows/benchmark_core_crypto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 0227815626..afd1cb0d08 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -3,6 +3,9 @@ name: Core crypto benchmarks on: workflow_dispatch: + schedule: + # Weekly benchmarks will be triggered each Saturday at 5a.m. + - cron: '0 5 * * 6' env: CARGO_TERM_COLOR: always