From ef383315133e391c1f36d29d0a0b265f6d370901 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:23:04 +0100 Subject: [PATCH] Run UI integration tests every hour --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afd1e862c34..a9ec8f09b26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ name: Build # Run this Build for pushes to our main and all PRs on: + schedule: + - cron: '0 * * * *' push: branches: - dtq-dev