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: