Skip to content

Commit 1ba8ccf

Browse files
authored
Merge pull request #1546 from scipy/fix-mypy_primer-comment-workflow
2 parents 7494565 + b4beb7d commit 1ba8ccf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/mypy_primer_comment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
if: steps.pr-number.outputs.pr-number
3838
with:
3939
name: mypy_primer-diff
40-
workflow: mypy_primer.yml
4140
path: ${{ runner.temp }}/artifacts
42-
pr: ${{ steps.pr-number.outputs.pr-number }}
43-
workflow_conclusion: completed
44-
allow_forks: true
41+
run_id: ${{ github.event.workflow_run.id }}
4542

4643
- name: generate comment content
4744
id: generate-comment

0 commit comments

Comments
 (0)