mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
Revert "workflows: removeredundant change check filters"
This reverts commit 2477cd595e6f22437454c9eef654ef01cfca7ed8.
This commit is contained in:
parent
83c0a7cddb
commit
9290958fe0
1
.github/workflows/test.build.yml
vendored
1
.github/workflows/test.build.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
build:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
|
||||
build:
|
||||
|
||||
1
.github/workflows/test.docs.yml
vendored
1
.github/workflows/test.docs.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
docs:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*.md'
|
||||
- 'LICENSE'
|
||||
|
||||
|
||||
1
.github/workflows/test.lint.examples.yml
vendored
1
.github/workflows/test.lint.examples.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
lint:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
|
||||
# build:
|
||||
|
||||
1
.github/workflows/test.lint.yml
vendored
1
.github/workflows/test.lint.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
lint:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
|
||||
# build:
|
||||
|
||||
1
.github/workflows/test.unit.yml
vendored
1
.github/workflows/test.unit.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
filters: |
|
||||
unit:
|
||||
- '.github/workflows/**/*'
|
||||
- '**/*'
|
||||
- '!**/*.md'
|
||||
predicate-quantifier: 'every'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user