shangeyao opened a new issue, #4376:
URL: https://github.com/apache/streampark/issues/4376

   ## Problem
   
   The `E2E - Result` job in `.github/workflows/e2e.yml` runs `exit 0` when 
`needs.e2e.result != 'success'`, so E2E failures do not block PR merges.
   
   ## Expected
   
   The result job should fail the workflow when E2E tests fail.
   
   ## Proposed fix
   
   Change the failure branch to `exit 1` in the result job status step.


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