workflows: removeredundant change check filters

This commit is contained in:
mahula 2025-02-14 23:25:02 +01:00
parent 97f676a379
commit 2477cd595e
5 changed files with 0 additions and 5 deletions

View File

@ -15,7 +15,6 @@ jobs:
with:
filters: |
build:
- '.github/workflows/**/*'
- '**/*'
build:

View File

@ -15,7 +15,6 @@ jobs:
with:
filters: |
docs:
- '.github/workflows/**/*'
- '**/*'
# build:

View File

@ -15,7 +15,6 @@ jobs:
with:
filters: |
lint:
- '.github/workflows/**/*'
- '**/*'
# build:

View File

@ -15,7 +15,6 @@ jobs:
with:
filters: |
lint:
- '.github/workflows/**/*'
- '**/*'
# build:

View File

@ -15,7 +15,6 @@ jobs:
with:
filters: |
unit:
- '.github/workflows/**/*'
- '**/*'
unit: