From fee862baa7db39cc663e28168c5e8962918c18b9 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 11 Mar 2021 11:02:54 +0000 Subject: [PATCH] added cron --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1c494f131..b9389e623 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -5,6 +5,8 @@ on: branches: [ feature/ui-automation ] pull_request: branches: [ feature/ui-automation ] + schedule: + - cron: '*/20 * * * *' jobs: automation-tests: