diff --git a/.github/workflows/runUiTests.yml b/.github/workflows/runUiTests.yml index 32dde6398..2d2daa510 100644 --- a/.github/workflows/runUiTests.yml +++ b/.github/workflows/runUiTests.yml @@ -2,7 +2,7 @@ name: Run UI Tests on: workflow_dispatch: schedule: - - cron: '* 12 * * *' + - cron: '0 12 * * *' jobs: build-for-ui-test-mac-os: runs-on: macos-latest