Skip to content

Commit e38fb65

Browse files
authored
Merge pull request #210 from conjure-cp/niklasdewally-patch-3
Fix: New Code Coverage CI not triggering deploy action
2 parents 2aafcee + 82f9f52 commit e38fb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-coverage-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Code and Documentation Coverage (Deploy)"
33

44
on:
55
workflow_run:
6-
workflows: ["Code Coverage (Generate)"]
6+
workflows: ["Code and Documentation Coverage (PR)"]
77
types:
88
- completed
99

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

0 commit comments

Comments
 (0)