mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +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:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
build:
|
build:
|
||||||
|
- '.github/workflows/**/*'
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|||||||
1
.github/workflows/test.docs.yml
vendored
1
.github/workflows/test.docs.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
docs:
|
docs:
|
||||||
|
- '.github/workflows/**/*'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/test.lint.examples.yml
vendored
1
.github/workflows/test.lint.examples.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
lint:
|
lint:
|
||||||
|
- '.github/workflows/**/*'
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|
||||||
# build:
|
# build:
|
||||||
|
|||||||
1
.github/workflows/test.lint.yml
vendored
1
.github/workflows/test.lint.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
lint:
|
lint:
|
||||||
|
- '.github/workflows/**/*'
|
||||||
- '**/*'
|
- '**/*'
|
||||||
|
|
||||||
# build:
|
# build:
|
||||||
|
|||||||
1
.github/workflows/test.unit.yml
vendored
1
.github/workflows/test.unit.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
unit:
|
unit:
|
||||||
|
- '.github/workflows/**/*'
|
||||||
- '**/*'
|
- '**/*'
|
||||||
- '!**/*.md'
|
- '!**/*.md'
|
||||||
predicate-quantifier: 'every'
|
predicate-quantifier: 'every'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user