Skip to content

Commit d217489

Browse files
committed
Try to make running this work
1 parent a96a7a0 commit d217489

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,9 @@ jobs:
227227
else
228228
exit 0
229229
fi
230+
231+
coverage:
232+
name: Coverage
233+
if: always()
234+
secrets: inherit
235+
uses: ./.github/workflows/coverage.yml

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
schedule:
1515
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC
1616
workflow_dispatch: {}
17+
workflow_call: {}
1718

1819
defaults:
1920
run:

0 commit comments

Comments
 (0)