Skip to content

Commit

Permalink
fix: workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle authored Apr 21, 2023
1 parent 68803d5 commit 3dd07d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Post coverage comment

on:
workflow_run:
workflows: ["CI"]
workflows: ["Python CI"]
types:
- completed

Expand Down Expand Up @@ -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

0 comments on commit 3dd07d3

Please sign in to comment.