Skip to content

Commit

Permalink
Schedule integration test coverage generation git action.
Browse files Browse the repository at this point in the history
  • Loading branch information
UdeshAthukorala committed Oct 1, 2024
1 parent 61494ba commit f9fe252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Code Coverage Generator

on:
workflow_dispatch:
schedule:
# Daily 22:00 UTC (3.30 AM SL time).
- cron: '00 22 * * *'

jobs:
build-source:
Expand Down

0 comments on commit f9fe252

Please sign in to comment.