Skip to content

Commit 604c86f

Browse files
Enable max-deps CI worker on PRs
1 parent 2f530b9 commit 604c86f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Run pytest
7171
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
72-
if: ${{ (matrix.pytest == null || matrix.pytest == 'true') && (github.event_name == 'schedule' || matrix.dependencies != 'max') }}
72+
if: ${{ matrix.pytest == null || matrix.pytest == 'true' }}
7373
with:
7474
custom-pytest: uv run --frozen pytest
7575
custom-arguments: --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
@@ -116,7 +116,7 @@ jobs:
116116
python_version: "3.10"
117117
uv_version: "0.6.8"
118118
pre_commit: "false"
119-
- dependencies: "max" # Cron only (Pytest skipped)
119+
- dependencies: "max"
120120
python_version: "3.14"
121121
pre_commit: "false"
122122
- codecov: "true"

0 commit comments

Comments
 (0)