mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
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:
parent
42e3e95c1e
commit
d9a54bf567
3
.github/workflows/test.docs.yml
vendored
3
.github/workflows/test.docs.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
||||
filters: |
|
||||
docs:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
- '**/*.md'
|
||||
- 'LICENSE'
|
||||
|
||||
# build:
|
||||
# if: needs.files-changed.outputs.frontend == 'true'
|
||||
|
||||
2
.github/workflows/test.unit.yml
vendored
2
.github/workflows/test.unit.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
unit:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
- '!**/*.md'
|
||||
predicate-quantifier: 'every'
|
||||
|
||||
unit:
|
||||
if: needs.files-changed.outputs.unit == 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user