unit test workflow: refine file filter

This commit is contained in:
mahula 2025-02-15 12:52:00 +01:00
parent 04ea11e734
commit 83c0a7cddb

View File

@ -16,6 +16,8 @@ jobs:
filters: |
unit:
- '**/*'
- '!**/*.md'
predicate-quantifier: 'every'
unit:
if: needs.files-changed.outputs.unit == 'true'