ops: update workflows triggers

and pinning playwright version here too
This commit is contained in:
Karim shoair
2026-02-28 16:45:26 +02:00
parent 69f916d694
commit 50a69c3583
3 changed files with 21 additions and 4 deletions
+4
View File
@@ -21,6 +21,10 @@ on:
- '**/*.md'
- 'docs/**'
- 'images/**'
- '.github/**'
- '*.yml'
- '*.yaml'
- 'ruff.toml'
workflow_dispatch: # Allow manual triggering
concurrency:
+16 -3
View File
@@ -7,9 +7,22 @@ on:
paths-ignore:
- '*.md'
- '**/*.md'
- 'docs/*'
- 'images/*'
- '.github/*'
- 'docs/**'
- 'images/**'
- '.github/**'
- '*.yml'
- '*.yaml'
- 'ruff.toml'
pull_request:
branches:
- main
- dev
paths-ignore:
- '*.md'
- '**/*.md'
- 'docs/**'
- 'images/**'
- '.github/**'
- '*.yml'
- '*.yaml'
- 'ruff.toml'
+1 -1
View File
@@ -1,6 +1,6 @@
pytest>=2.8.0,<9
pytest-cov
playwright
playwright==1.56.0
werkzeug<3.0.0
pytest-httpbin==2.1.0
pytest-asyncio