Skip to content

Commit

Permalink
chore: renamed github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed May 13, 2024
1 parent 3b1b9cd commit f43b620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule-test-stats.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Schedule Test Stats
name: scheduled-test-stats

on:
schedule:
- cron: '0 0 * * 1' # Every Monday at 06:00 AM UTC
workflow_dispatch:

jobs:
run-script:
Expand Down

0 comments on commit f43b620

Please sign in to comment.