Remove redundant workflow filters for .forgejo/workflows/**.
This commit is contained in:
parent
6d3b1cbffd
commit
df17dc3f2e
|
|
@ -20,14 +20,13 @@ jobs:
|
||||||
- id: filter
|
- id: filter
|
||||||
uses: https://github.com/dorny/paths-filter@v3
|
uses: https://github.com/dorny/paths-filter@v3
|
||||||
with:
|
with:
|
||||||
|
list-files: shell
|
||||||
filters: |
|
filters: |
|
||||||
backend:
|
backend:
|
||||||
- 'back001/**'
|
- 'back001/**'
|
||||||
- '.forgejo/workflows/**'
|
|
||||||
- 'ci/**'
|
- 'ci/**'
|
||||||
frontend:
|
frontend:
|
||||||
- 'front001/**'
|
- 'front001/**'
|
||||||
- '.forgejo/workflows/**'
|
|
||||||
- 'ci/**'
|
- 'ci/**'
|
||||||
outputs:
|
outputs:
|
||||||
backend: ${{ steps.filter.outputs.backend }}
|
backend: ${{ steps.filter.outputs.backend }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue