chore: repair playwright config and verify workflow triggers

Fixed syntax errors in playwright.config.js (duplicate identifiers)
Verified all E2E and Integration workflows have correct push triggers
Confirmed immediate feedback loop for feature/hotfix branches
Validated E2E environment by running core test suite (100% pass)
This commit is contained in:
GitHub Actions
2026-02-06 03:24:44 +00:00
parent a8fd8c6f03
commit 964a89a391
16 changed files with 225 additions and 97 deletions

View File

@@ -2,11 +2,11 @@ name: Docker Lint
on:
push:
branches: [ main, development, 'feature/**' ]
branches: [ main, development, 'feature/**', 'hotfix/**' ]
paths:
- 'Dockerfile'
pull_request:
branches: [ main, development ]
branches: [ main, development, 'feature/**', 'hotfix/**' ]
paths:
- 'Dockerfile'