ops: update workflows triggers
and pinning playwright version here too
This commit is contained in:
@@ -21,6 +21,10 @@ on:
|
|||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'images/**'
|
- 'images/**'
|
||||||
|
- '.github/**'
|
||||||
|
- '*.yml'
|
||||||
|
- '*.yaml'
|
||||||
|
- 'ruff.toml'
|
||||||
workflow_dispatch: # Allow manual triggering
|
workflow_dispatch: # Allow manual triggering
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
@@ -7,9 +7,22 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- 'docs/*'
|
- 'docs/**'
|
||||||
- 'images/*'
|
- 'images/**'
|
||||||
- '.github/*'
|
- '.github/**'
|
||||||
|
- '*.yml'
|
||||||
|
- '*.yaml'
|
||||||
|
- 'ruff.toml'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- '**/*.md'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'images/**'
|
||||||
|
- '.github/**'
|
||||||
- '*.yml'
|
- '*.yml'
|
||||||
- '*.yaml'
|
- '*.yaml'
|
||||||
- 'ruff.toml'
|
- 'ruff.toml'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
pytest>=2.8.0,<9
|
pytest>=2.8.0,<9
|
||||||
pytest-cov
|
pytest-cov
|
||||||
playwright
|
playwright==1.56.0
|
||||||
werkzeug<3.0.0
|
werkzeug<3.0.0
|
||||||
pytest-httpbin==2.1.0
|
pytest-httpbin==2.1.0
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
|||||||
Reference in New Issue
Block a user