Remove redundant workflow filters for .forgejo/workflows/**.
All checks were successful
ci / changes (push) Successful in 3s
ci / backend (push) Has been skipped
ci / flutter (push) Has been skipped

This commit is contained in:
oskar 2026-01-16 22:11:31 +01:00
parent 6d3b1cbffd
commit df17dc3f2e

View file

@ -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 }}