Abacn commented on PR #29194: URL: https://github.com/apache/beam/pull/29194#issuecomment-1785411387
thanks. it does not limit to this specific test. Other tests (e.g. jdbc, hadoop, singlestore) is also leaking the workload; and in general, all tests are running on fork. S on the other hand, add the condition to schedule run should suffice, i.e. ``` (github.event_name == 'schedule' && github.repository == 'apache/beam') ``` shall we make this change to all tests that has a schedule? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
