From e1d69f60a8d366b6ed0423d2901a4f6916d0a1e0 Mon Sep 17 00:00:00 2001 From: mike10ca Date: Thu, 23 Nov 2023 09:23:15 +0100 Subject: [PATCH] Add tests schedule --- .github/workflows/ondemand.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ondemand.yml b/.github/workflows/ondemand.yml index 4f7bb5c563..e116be93e0 100644 --- a/.github/workflows/ondemand.yml +++ b/.github/workflows/ondemand.yml @@ -2,6 +2,8 @@ name: Regression on demand tests on: workflow_dispatch: + schedule: + - cron: '0 4 * * 1-5' concurrency: group: ${{ github.workflow }}-${{ github.ref }}