Skip to content

Commit

Permalink
CI: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 4, 2023
1 parent 6802a20 commit ede2e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: coverage-deploy
name: "Code Coverage (Deploy)"
on:
workflow_run:
workflows: [code-coverage]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: code-coverage
name: "Code Coverage (Generate)"
on:
push:
pull_request:
Expand Down

0 comments on commit ede2e28

Please sign in to comment.