From ade65c6f9c6e76e0b800b0d6d054ad59cf1e1b3c Mon Sep 17 00:00:00 2001 From: Sen ZmaKi <90490506+SenZmaKi@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:42:43 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c354ebc..3988cc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: branches: - master - schedule: + schedule: # 6:00 A.M UTC == 9:00 AM EAT - cron: '0 6 * * *' @@ -36,4 +36,4 @@ jobs: run: ruff . - name: Run Tests - run: poe test \ No newline at end of file + run: poe test