refactor(workflow): refine change check filters (#118)

* workflows: removeredundant change check filters

* docs workflow: refine file filter

* unit test workflow: refine file filter

* Revert "workflows: removeredundant change check filters"

This reverts commit 2477cd595e6f22437454c9eef654ef01cfca7ed8.
This commit is contained in:
mahula 2025-02-28 10:38:24 +01:00 committed by GitHub
parent 42e3e95c1e
commit d9a54bf567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,8 @@ jobs:
filters: |
docs:
- '.github/workflows/**/*'
- '**/*'
- '**/*.md'
- 'LICENSE'
# build:
# if: needs.files-changed.outputs.frontend == 'true'

View File

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