Skip to content

Commit

Permalink
Merge pull request #632 from conjure-cp/nik/fix-code-cov-deploy
Browse files Browse the repository at this point in the history
fix(ci): trigger code-coverage-deploy again
  • Loading branch information
ozgurakgun authored Feb 3, 2025
2 parents b06c967 + 8cabf73 commit 464f5ad
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
Expand Up @@ -3,7 +3,7 @@ name: "Code and Documentation Coverage (Deploy)"

on:
workflow_run:
workflows: ["Code and Documentation Coverage (PR)"]
workflows: ["Coverage (PR)"]
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: "Coverage"
name: "Coverage (PR)"

on:
pull_request:
Expand Down

0 comments on commit 464f5ad

Please sign in to comment.