adoroszlai opened a new pull request #3092:
URL: https://github.com/apache/ozone/pull/3092


   ## What changes were proposed in this pull request?
   
   CI can be retriggered for PRs in three ways:
   
   * pushing new commit
   * "re-run all checks" in Github Actions run result view
   * closing/reopening PR
   
   New (empty) commit makes CI history visible in the PR, but it triggers two 
runs: one for the PR and another in the source branch.
   
   Github has recently improved run result view by including UI element for 
previous runs.  Earlier this was available only via the 
   
   Closing/reopening to trigger build has two disadvanteges: it produces 
unnecessary noise (in the PR and email notifications), and CI history is still 
hard to find.
   
   We should disable build on reopen and prefer "re-run all checks".
   
   https://issues.apache.org/jira/browse/HDDS-6324
   
   ## How was this patch tested?
   
   Not tested, trivial change.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to