diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index acb8dd1..78d5740 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -8,7 +8,7 @@ on: - '*' schedule: # Runs at 6:10am UTC on Monday - - cron: '0/10 * * * 1' + - cron: '0/10 * * * *' pull_request: jobs: