slawekjaranowski commented on code in PR #46:
URL: 
https://github.com/apache/maven-gh-actions-shared/pull/46#discussion_r888917900


##########
.github/workflows/maven-verify.yml:
##########
@@ -147,7 +159,7 @@ jobs:
     runs-on: ${{ inputs.ff-os }}
     timeout-minutes: ${{ inputs.ff-timeout-minutes }}
     # execute on any push or pull request from forked repo
-    if: github.event_name == 'push' || ( github.event_name == 'pull_request' 
&& github.event.pull_request.head.repo.fork )
+    if: ff-run && ( github.event_name == 'push' || ( github.event_name == 
'pull_request' && github.event.pull_request.head.repo.fork ) )

Review Comment:
   `inputs.ff-run` 



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