Skip to content

Commit

Permalink
Merge pull request #210 from conjure-cp/niklasdewally-patch-3
Browse files Browse the repository at this point in the history
Fix: New Code Coverage CI not triggering deploy action
  • Loading branch information
ozgurakgun authored Feb 10, 2024
2 parents 2aafcee + 82f9f52 commit e38fb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Coverage (Generate)"]
workflows: ["Code and Documentation Coverage (PR)"]
types:
- completed

Expand Down Expand Up @@ -227,4 +227,4 @@ jobs:
**Full Coverage Reports**
* [This PR](https://conjure-cp.github.io/conjure-oxide/coverage/${{ steps.sha.outputs.result }}).
* [Main](https://conjure-cp.github.io/conjure-oxide/coverage/main).
* [Main](https://conjure-cp.github.io/conjure-oxide/coverage/main).

0 comments on commit e38fb65

Please sign in to comment.