slawekjaranowski commented on pull request #7:
URL: 
https://github.com/apache/maven-reporting-exec/pull/7#issuecomment-1021130110


   - branche `dependency-updates` doesn't contain github workflow 
   - branch `master` contains github workflow
   
   GitHub Actions build are trigered on `events`.
   
   When we have branch in the same repository which PR is created, then we have 
two events `pull_request` and `push` to branch and we will have duplicate 
builds.
   
   In order to minimize resource consumption when PR is created from local 
branch builds on pull_request are skipped ... it what we see here.
   
   There is no `push` events because branch `dependency-updates` doesn't 
contain github workflow.
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to