Unverified Commit de0e61a3 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[CI/Build] Always run mypy (#10122)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 9d43afcc
......@@ -14,11 +14,16 @@ on:
pull_request:
branches:
- main
paths:
- '**/*.py'
- '.github/workflows/mypy.yaml'
- 'tools/mypy.sh'
- 'pyproject.toml'
# This workflow is only relevant when one of the following files changes.
# However, we have github configured to expect and require this workflow
# to run and pass before github with auto-merge a pull request. Until github
# allows more flexible auto-merge policy, we can just run this on every PR.
# It doesn't take that long to run, anyway.
#paths:
# - '**/*.py'
# - '.github/workflows/mypy.yaml'
# - 'tools/mypy.sh'
# - 'pyproject.toml'
jobs:
mypy:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment