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

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 }}