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



##########
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:
       oops, I am wrong to thought that the fork repo "Notify test workflow" 
will create a new series workflow, but actually, the notify test workflow just 
found the job and give the link.
   
   So, as you said, this pr only skip the notify process.




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