Skip to content

Commit

Permalink
chore: changed cron expression in schedule-test-stats.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed May 13, 2024
1 parent 63c25cc commit 750fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-test-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: scheduled-test-stats

on:
schedule:
- cron: '0 0 * * 1' # Every Monday at 06:00 AM UTC
- cron: '0 7 ? * MON#2' # Every Second Monday at 07:00 AM UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 750fbdf

Please sign in to comment.