This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git
The following commit(s) were added to refs/heads/master by this push:
new 70577588 [hotfix] Restrict GHA to once per month
70577588 is described below
commit 70577588b6268fd9862c0188b2953dbccf995613
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue May 26 12:44:27 2026 +0200
[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 8477ef63..f9f47cab 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 cc02c9e4..950bd290 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: