ktmud commented on a change in pull request #12583:
URL: https://github.com/apache/superset/pull/12583#discussion_r560747177



##########
File path: .github/workflows/test-presto.yml
##########
@@ -42,11 +42,22 @@ jobs:
             - 16379:6379
       steps:
       - uses: actions/checkout@v2
+      - name: Check if python changes are present
+        id: check
+        env:
+          GITHUB_REPO: ${{ github.repository }}
+          PR_NUMBER: ${{ github.event.pull_request.number }}
+        continue-on-error: true
+        run: |
+          ./scripts/ci_check_python_changes.sh
+          ./scripts/ci_check_python_test_changes.sh

Review comment:
       Another benefit of parameterizing this is to allow more advanced 
skipping in the future---for example, we may split/skip E2E tests based on 
product areas.




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