refactor: remove obsolete tools from CI workflows

This commit is contained in:
2026-01-03 00:04:47 +00:00
parent 57d9eb62ac
commit ecbf0f5ce2
2 changed files with 0 additions and 3 deletions

View File

@@ -5,13 +5,11 @@ on:
branches: [ main, develop ]
paths:
- 'dbal/production/**'
- 'dbal/shared/tools/cpp-build-assistant.cjs'
- '.github/workflows/cpp-build.yml'
pull_request:
branches: [ main, develop ]
paths:
- 'dbal/production/**'
- 'dbal/shared/tools/cpp-build-assistant.cjs'
- '.github/workflows/cpp-build.yml'
workflow_dispatch:

View File

@@ -4,7 +4,6 @@ on:
pull_request:
paths:
- 'frontends/nextjs/src/**/*.{ts,tsx,js,jsx}'
- 'tools/enforce-size-limits.ts'
- '.github/workflows/size-limits.yml'
push:
branches: