Skip to content

Commit d9a308d

Browse files
committed
Fix workflow name reference
1 parent e90dad0 commit d9a308d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# This workflow is triggered after every successfull execution
55
# of `ci` workflow.
66
workflow_run:
7-
workflows: ["ci"]
7+
workflows: ["CI"]
88
types:
99
- completed
1010

0 commit comments

Comments
 (0)