HyukjinKwon commented on a change in pull request #32174:
URL: https://github.com/apache/spark/pull/32174#discussion_r613706910



##########
File path: .github/workflows/notify_test_workflow.yml
##########
@@ -9,7 +9,7 @@ jobs:
     steps:
       - name: "Notify test workflow"
         uses: actions/github-script@v3
-        if: ${{ github.base_ref == 'master' }}
+        if: github.base_ref == 'master' && github.repository == 'apache/spark'

Review comment:
       @Yikun so is the problem that the "Notify test workflow" is triggered in 
the forked repository's PRs too? I think it's not a big problem but okay.




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

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