ci(260613-dmw): exclude .gitea/** from heavy-job paths-filter (treat CI edits like docs)

Workflow-only edits shouldn't pay for the multi-minute MariaDB/integration/harness
suite. A negation '- !.gitea/**' (ordered after the yml/yaml globs) makes CI-config-
only PRs resolve code=false so api/harness skip like docs. fast-checks (format:check
still validates the workflow YAML) + gate continue to gate them. PRs that also touch
app code or lockfile still resolve code=true and run the full suite.
This commit is contained in:
Lucas Berger
2026-06-13 09:51:41 -04:00
parent 8154ba6f35
commit 2d329a97b2
+1
View File
@@ -29,6 +29,7 @@ jobs:
- 'pnpm-lock.yaml' - 'pnpm-lock.yaml'
- 'Dockerfile' - 'Dockerfile'
- 'docker-compose*.yml' - 'docker-compose*.yml'
- '!.gitea/**'
fast-checks: fast-checks:
runs-on: ubuntu-latest runs-on: ubuntu-latest