This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c2aa1c4689 Change schedule (#35950)
1c2aa1c4689 is described below

commit 1c2aa1c468936c9748200feef72bde73678e9993
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Aug 25 18:15:29 2025 +0400

    Change schedule (#35950)
---
 .github/workflows/beam_StressTests_Java_KafkaIO.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_StressTests_Java_KafkaIO.yml 
b/.github/workflows/beam_StressTests_Java_KafkaIO.yml
index fc4649eee0b..1230e81324b 100644
--- a/.github/workflows/beam_StressTests_Java_KafkaIO.yml
+++ b/.github/workflows/beam_StressTests_Java_KafkaIO.yml
@@ -17,7 +17,7 @@ name: StressTests Java KafkaIO
 
 on:
   schedule:
-    - cron: '0 10 * * 0'
+    - cron: '0 14 * * 0'
   workflow_dispatch:
 
 #Setting explicit permissions for the action to avoid the default permissions 
which are `write-all` in case of pull_request_target event

Reply via email to