Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI jobs
on:
# run on pushes to the default branch
push:
branches: [main]
branches: [main, use_af3_in_typecheck]
# run on pull requests originated from forks based on the `main` branch.
# note that if you're trying to edit the CI in a pull request,
# your changes won't run here. you need to temporarily add your branch to
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
architecture: "x64"

- run: uv pip install --system "hatch>=1.14.2"
- run: hatch run tests.py3.12-2.10:static-check
- run: hatch run tests.py3.12-3.0:static-check

Run-Unit-Tests:
needs: Authorize
Expand Down