This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-kafka-stress in repository https://gitbox.apache.org/repos/asf/beam.git
commit d5d5f438bd415cb3ef9a38cb24da6c329c340b18 Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Aug 25 13:26:07 2025 +0400 Change schedule --- .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
