Skip to content

Commit 0d59344

Browse files
committed
Fix CI
1 parent 2b5f024 commit 0d59344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ jobs:
103103
call_comment_workflow:
104104
name: Call mypy_primer_comment workflow
105105
needs: [join_artifacts]
106-
uses: python/mypy/.github/workflows/mypy_primer_comment.yml@master
106+
uses: python/mypy/.github/workflows/mypy_primer_comment.yml
107107
with:
108108
workflow_id: ${{ github.run_id }}

0 commit comments

Comments
 (0)