summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Tao <[email protected]>2025-08-05 14:38:43 -0700
committerGitHub <[email protected]>2025-08-05 21:38:43 +0000
commit8d993156e74b3b57edfd120547beb7ba052b0053 (patch)
tree057220583ea80fdd3226623cedae6b611c6a9653
parent57003ca68c68430459d356f7be137357d28dda79 (diff)
Fix format (#5617)
-rw-r--r--.github/workflows/weekly-velocity-report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/weekly-velocity-report.yml b/.github/workflows/weekly-velocity-report.yml
index 16991191..e6265481 100644
--- a/.github/workflows/weekly-velocity-report.yml
+++ b/.github/workflows/weekly-velocity-report.yml
@@ -4,7 +4,7 @@ name: Weekly Velocity Report
on:
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:
jobs: