Run mypy primer on Cargo.lock changes (#18239)

This commit is contained in:
Micha Reiser 2025-05-21 13:21:38 +02:00 committed by GitHub
parent 76ab77fe01
commit cb9e66927e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
- "crates/ruff_python_parser"
- ".github/workflows/mypy_primer.yaml"
- ".github/workflows/mypy_primer_comment.yaml"
- "Cargo.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}