From c815c9fce763058e6304e358af592e4b95114d9e Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Fri, 11 Oct 2024 13:54:58 +0300 Subject: [PATCH] Add a schedule to regularly run the tests --- .github/workflows/backend_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend_check.yml b/.github/workflows/backend_check.yml index 4fff155..8a69e4a 100644 --- a/.github/workflows/backend_check.yml +++ b/.github/workflows/backend_check.yml @@ -1,6 +1,8 @@ name: Backend Check on: + schedule: + - cron: '45 2 * * *' push: branches: - 'main'