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:04:23 UTC

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

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



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