diff --git a/.github/workflows/java-tests.yml b/.github/workflows/java-tests.yml index 8477ef636..f9f47cabd 100644 --- a/.github/workflows/java-tests.yml +++ b/.github/workflows/java-tests.yml @@ -17,7 +17,7 @@ name: Java Tests on: schedule: - - cron: '0 0 * * *' + - cron: '0 0 1 * *' push: branches: [ '**' ] pull_request: diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index cc02c9e42..950bd2906 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -17,7 +17,7 @@ name: Python Tests on: schedule: - - cron: '0 0 * * *' + - cron: '0 0 1 * *' push: branches: [ '**' ] pull_request: