cloud-fan commented on a change in pull request #32092:
URL: https://github.com/apache/spark/pull/32092#discussion_r609758587
##########
File path: .github/workflows/notify_test_workflow.yml
##########
@@ -0,0 +1,40 @@
+name: Notify test workflow
+on:
+ pull_request_target:
+ types: [opened, reopened, synchronize]
+
+jobs:
+ notify:
+ runs-on: ubuntu-20.04
+ steps:
+ - name: "Notify test workflow"
+ uses: actions/github-script@v3
+ if: ${{ github.base_ref == 'master' }}
Review comment:
I haven't read the code yet, but backport PRs are not common and I think
it's OK to use the ASF resource to run tests for them.
--
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]