Skip to content

Commit 60da03a

Browse files
authored
Minor changes to mypy_primer workflow (#18349)
Just bring things in line with other repos
1 parent 6d13d0d commit 60da03a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mypy_primer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
name: Save PR number
7575
run: |
7676
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
77-
- if: ${{ matrix.shard-index == 0 }}
78-
name: Upload mypy_primer diff + PR number
77+
- name: Upload mypy_primer diff + PR number
7978
uses: actions/upload-artifact@v4
79+
if: ${{ matrix.shard-index == 0 }}
8080
with:
8181
name: mypy_primer_diffs-${{ matrix.shard-index }}
8282
path: |

.github/workflows/mypy_primer_comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
script: |
51-
const MAX_CHARACTERS = 30000
51+
const MAX_CHARACTERS = 50000
5252
const MAX_CHARACTERS_PER_PROJECT = MAX_CHARACTERS / 3
5353
5454
const fs = require('fs')

0 commit comments

Comments
 (0)