diff --git a/.github/workflows/build_and_run_test_app_usb.yml b/.github/workflows/build_and_run_test_app_usb.yml index b20546a2..9bd1ccd8 100644 --- a/.github/workflows/build_and_run_test_app_usb.yml +++ b/.github/workflows/build_and_run_test_app_usb.yml @@ -2,7 +2,7 @@ name: Build and Run USB Test Application on: schedule: - - cron: '0 0 * * SAT' # Saturday midnight + - cron: '0 0 * * *' # Every day at midnight pull_request: types: [opened, reopened, synchronize]