Commit 2cc2f5e 1 parent 73eaaed commit 2cc2f5e Copy full SHA for 2cc2f5e
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 50
50
fail-fast : false
51
51
matrix :
52
52
mypy-folder : ${{fromJson(inputs.mypy-folders)}}
53
+ if : inputs.needs-mypy == 'true'
53
54
env :
54
55
RUNS_ON : " ${{inputs.runs-on}}"
55
56
PYTHON_MAJOR_MINOR_VERSION : " ${{inputs.default-python-version}}"
@@ -59,19 +60,15 @@ jobs:
59
60
- name : " Cleanup repo"
60
61
shell : bash
61
62
run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
62
- if : inputs.needs-mypy == 'true'
63
63
- name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
64
64
uses : actions/checkout@v4
65
65
with :
66
66
persist-credentials : false
67
- if : inputs.needs-mypy == 'true'
68
67
- name : Cleanup docker
69
68
uses : ./.github/actions/cleanup-docker
70
- if : inputs.needs-mypy == 'true'
71
69
- name : " Prepare breeze & CI image: ${{ inputs.default-python-version }}:${{ inputs.image-tag }}"
72
70
uses : ./.github/actions/prepare_breeze_and_image
73
71
id : breeze
74
- if : inputs.needs-mypy == 'true'
75
72
- name : " MyPy checks for ${{ matrix.mypy-folder }}"
76
73
run : |
77
74
pip install pre-commit
83
80
DEFAULT_BRANCH : ${{ inputs.default-branch }}
84
81
RUFF_FORMAT : " github"
85
82
INCLUDE_MYPY_VOLUME : " false"
86
- if : inputs.needs-mypy == 'true'
You can’t perform that action at this time.
0 commit comments