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: