Use sparse checkout for paths-filter to only grab the test-filters file

This commit is contained in:
Sirz Benjie 2025-09-10 10:24:01 -05:00
parent 6f3f6026a8
commit cf492d2796
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -28,6 +28,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/test-filters.yml
sparse-checkout-cone-mode: false
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter