We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96a7a0 commit d217489Copy full SHA for d217489
.github/workflows/ci.yml
@@ -227,3 +227,9 @@ jobs:
227
else
228
exit 0
229
fi
230
+
231
+ coverage:
232
+ name: Coverage
233
+ if: always()
234
+ secrets: inherit
235
+ uses: ./.github/workflows/coverage.yml
.github/workflows/coverage.yml
@@ -14,6 +14,7 @@ on:
14
schedule:
15
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC
16
workflow_dispatch: {}
17
+ workflow_call: {}
18
19
defaults:
20
run:
0 commit comments