michaeljmarshall commented on a change in pull request #10376:
URL: https://github.com/apache/pulsar/pull/10376#discussion_r621821175
##########
File path: .github/workflows/ci-build-macos.yaml
##########
@@ -45,7 +43,27 @@ jobs:
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
+ - name: Detect changed files
+ id: changes
+ uses: apache/pulsar-test-infra/paths-filter@master
+ with:
+ filters: |
Review comment:
Nit. We could reduce some duplication in these files by writing this
filter to its own file and then referencing it by path as described here:
https://github.com/apache/pulsar-test-infra/tree/master/paths-filter#advanced-options.
--
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]