Skip to content

Commit

Permalink
👷 Fix Kover pipeline naming
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 24, 2025
1 parent 888a8bd commit fe3fac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kover.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import io.github.typesafegithub.workflows.dsl.workflow


workflow(
name = "Dependency License Analysis",
name = "Kover Coverage",
on = listOf(Push(branches = listOf("main"))),
sourceFile = __FILE__
) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt

name: 'Dependency License Analysis'
name: 'Kover Coverage'
on:
push:
branches:
Expand Down

0 comments on commit fe3fac5

Please sign in to comment.