Skip to content

Commit bbf52d3

Browse files
authored
Fix path filter condition (#31)
1 parent f21995a commit bbf52d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
test:
6464
needs: [package]
65-
if: ${{ needs.changes.outputs.src == 'true' || needs.changes.outputs.tests == 'true' }}
65+
if: ${{ needs.changes.outputs.has-changes == 'true' }}
6666
runs-on: ${{ matrix.os }}
6767
strategy:
6868
fail-fast: false

0 commit comments

Comments
 (0)