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

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

commit 19d837d1bf2e4d1abf27ad569e4d81f4a527e7af
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Apr 17 15:58:21 2024 -0400

    Re-enable schedule trigger for PostCommit Java IO Performance Tests
---
 .github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml 
b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
index 63319789cb0..6a9565bdbd1 100644
--- a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
+++ b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
@@ -18,8 +18,8 @@ name: PostCommit Java IO Performance Tests
 on:
   issue_comment:
     types: [created]
-#  schedule:
-#  - cron: '0 4/6 * * *'
+  schedule:
+  - cron: '0 4/6 * * *'
   pull_request_target:
     paths: ['release/trigger_all_tests.json', 
'.github/trigger_files/beam_PostCommit_Java_IO_Performance_Tests.json']
   workflow_dispatch:
@@ -127,4 +127,4 @@ jobs:
       with:
         commit: '${{ env.prsha || env.GITHUB_SHA }}'
         comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' || 
'off' }}
-        files: '**/build/test-results/**/*.xml'
\ No newline at end of file
+        files: '**/build/test-results/**/*.xml'

Reply via email to