You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 02:24:56 UTC

[GitHub] [spark] Yikun commented on a change in pull request #32174: [SPARK-35048][INFRA] Only trigger the notify test workflow in upstream

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org