Add missing id and comparison check in tests.yml

This commit is contained in:
Sirz Benjie 2025-05-30 14:22:03 -05:00
parent 4905378a0f
commit 565341bbea
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -25,6 +25,7 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with: with:
filters: .github/test-filters.yml filters: .github/test-filters.yml
@ -39,4 +40,4 @@ jobs:
project: main project: main
shard: ${{ matrix.shard }} shard: ${{ matrix.shard }}
totalShards: 10 totalShards: 10
skip: ${{ needs.check-path-change-filter.outputs.all == 'false'}} skip: ${{ needs.check-path-change-filter.outputs.all != 'true'}}