From 456c37b76544038ba4b5505e9f21b5b496d24323 Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Mon, 3 Jun 2024 15:47:36 -0700 Subject: [PATCH] #9016: adjust nightly t3000 demo test pipeline to run Mon/Wed/Fri --- .github/workflows/t3000-demo-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/t3000-demo-tests.yaml b/.github/workflows/t3000-demo-tests.yaml index 3edd627fd7e..e78760675e1 100644 --- a/.github/workflows/t3000-demo-tests.yaml +++ b/.github/workflows/t3000-demo-tests.yaml @@ -3,7 +3,7 @@ name: "[T3K] T3000 demo tests" on: workflow_dispatch: schedule: - - cron: '0 0 * * 6' # This cron schedule runs the workflow every Saturday at 12am UTC + - cron: '0 0 * * 1,3,5' # This cron schedule runs the workflow every Monday/Wednesday/Friday at 12am UTC jobs: build-artifact: