We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aafcee commit 82f9f52Copy full SHA for 82f9f52
.github/workflows/code-coverage-deploy.yml
@@ -3,7 +3,7 @@ name: "Code and Documentation Coverage (Deploy)"
3
4
on:
5
workflow_run:
6
- workflows: ["Code Coverage (Generate)"]
+ workflows: ["Code and Documentation Coverage (PR)"]
7
types:
8
- completed
9
@@ -227,4 +227,4 @@ jobs:
227
**Full Coverage Reports**
228
229
* [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).
+ * [Main](https://conjure-cp.github.io/conjure-oxide/coverage/main).
0 commit comments