mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-30 04:14:24 +01:00
fix: workflow name
This commit is contained in:
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user