damccorm commented on code in PR #36550:
URL: https://github.com/apache/beam/pull/36550#discussion_r2437109489


##########
.github/workflows/beam_PreCommit_Python_ML.yml:
##########
@@ -133,3 +145,19 @@ jobs:
           files: '**/pytest*.xml'
           large_files: true
           check_name: "Python ${{ matrix.python_version }} Test Results (${{ 
join(matrix.os, ', ') }})"
+      - name: Cleanup

Review Comment:
   I don't think we need this. For the GitHub hosted images, this will be 
recycled anyways (so this will get blown away). For our self-hosted images, 
they're containerized (so again, it should all get blown away)



-- 
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]

Reply via email to