Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 3, 2023
1 parent 536c764 commit 5d1c823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Code Coverage'
name: coverage-deploy
on:
workflow_run:
workflows: ["Generate Code Coverage"]
workflows: [code-coverage]
types:
- completed

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: 'Generate Code Coverage'
name: code-coverage
on:
push:
pull_request:
Expand Down

0 comments on commit 5d1c823

Please sign in to comment.