slawekjaranowski commented on issue #284:
URL: 
https://github.com/apache/maven-gh-actions-shared/issues/284#issuecomment-5063421148

   ok ....  we have a condition:
   
   ```
    # execute on any push or pull request from forked repo, ....
   
   (github.event_name == 'push' || (github.event_name == 'pull_request' && 
github.event.pull_request.head.repo.fork))
   ```
   
   propabbly it is wrong ... we need remove it and add in all repo 
   ```
   on:
     push:
       branches: [ master ]
     pull_request:
       branches: [ master ]
   ```
   


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