From 3b31ea739b39649a967589c1e0d99a00ec636556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= Date: Tue, 10 Dec 2024 16:01:24 +0000 Subject: [PATCH] schedule run and name --- .github/workflows/tests_latest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_latest.yml b/.github/workflows/tests_latest.yml index 1fb2ebc526..e12490f464 100644 --- a/.github/workflows/tests_latest.yml +++ b/.github/workflows/tests_latest.yml @@ -1,8 +1,11 @@ -name: Tests +name: Tests latest release on: push: branches: [ v0.12-release ] + schedule: + - cron: '0 0 * * *' # Runs daily at midnight UTC + branches: [ v0.12-release ] env: TQDM_DISABLE: 1