From 335b0812827951e1cd57ffca2a543186ce9ef9af Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Tue, 26 May 2026 12:22:12 +0200 Subject: [PATCH] [hotfix] Restrict GHA to once per month --- .github/workflows/java-tests.yml | 2 +- .github/workflows/python-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: