fix: workflow name
parent
68803d559c
commit
3dd07d3119
|
@ -3,7 +3,7 @@ name: Post coverage comment
|
|||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["CI"]
|
||||
workflows: ["Python CI"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
@ -33,4 +33,4 @@ jobs:
|
|||
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
|
||||
# Update those if you changed the default values:
|
||||
# COMMENT_ARTIFACT_NAME: python-coverage-comment-action
|
||||
# COMMENT_FILENAME: python-coverage-comment-action.txt
|
||||
# COMMENT_FILENAME: python-coverage-comment-action.txt
|
||||
|
|
Loading…
Reference in New Issue