Fix format (#5617)

This commit is contained in:
Sandy Tao 2025-08-05 14:38:43 -07:00 committed by GitHub
parent 57003ca68c
commit 8d993156e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: Weekly Velocity Report
on: on:
schedule: schedule:
- cron: "0 9 * * 1" # Runs every Monday at 9:00 AM UTC - cron: '0 9 * * 1' # Runs every Monday at 9:00 AM UTC
workflow_dispatch: workflow_dispatch:
jobs: jobs: