From e04b5e5c9f99556d2df0f39e6841cddc985e90cf Mon Sep 17 00:00:00 2001 From: Ravi Khadiwala Date: Mon, 20 Nov 2023 15:14:18 -0600 Subject: [PATCH] run integration-test job daily at 19:30 UTC --- .github/workflows/integration-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3c4b54d05..faebba578 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,6 +1,9 @@ name: Integration Tests -on: [workflow_dispatch] +on: + schedule: + - cron: '30 19 * * MON-FRI' + workflow_dispatch: jobs: build: