From d5f877b83d322be935d1a4b817d7079bd5baeaf6 Mon Sep 17 00:00:00 2001
From: Alex Plate <aleksei.plate@jetbrains.com>
Date: Wed, 4 Aug 2021 16:11:05 +0300
Subject: [PATCH] Update github task to run UI tests

---
 .github/workflows/runUiTests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/runUiTests.yml b/.github/workflows/runUiTests.yml
index 32dde6398..2d2daa510 100644
--- a/.github/workflows/runUiTests.yml
+++ b/.github/workflows/runUiTests.yml
@@ -2,7 +2,7 @@ name: Run UI Tests
 on:
   workflow_dispatch:
   schedule:
-      - cron: '* 12 * * *'
+      - cron: '0 12 * * *'
 jobs:
   build-for-ui-test-mac-os:
     runs-on: macos-latest