Skip to content

Commit

Permalink
Change the schedule of the integration test coverage git action.
Browse files Browse the repository at this point in the history
  • Loading branch information
UdeshAthukorala committed Oct 1, 2024
1 parent 05ff2ee commit 6e35303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Code Coverage Generator
on:
workflow_dispatch:
schedule:
# Weekly at Monday 10:30 UTC (Monday 4.00 PM SL time).
- cron: '30 10 * * 1'
# Daily 22:00 UTC (3.30 AM SL time).
- cron: '00 22 * * *'

jobs:
build-source:
Expand Down

0 comments on commit 6e35303

Please sign in to comment.