From 417b94bc5b5be936dca78e370fae70c520573351 Mon Sep 17 00:00:00 2001 From: meetagrawal09 Date: Thu, 7 Sep 2023 22:00:54 +0530 Subject: [PATCH] added manual trigger, updated date --- .github/workflows/integration-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d945631f1cb..b9e7ee54465 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,7 +1,10 @@ name : Integration Tests -on : +on : + # allow manual triggering + workflow_dispatch: schedule: - - cron: '30 4 * * 1' + # run Thursday 4:30 AM UTC + - cron: '30 4 * * 4' jobs: test: runs-on: ubuntu-latest