diff options
| -rw-r--r-- | .github/workflows/weekly-velocity-report.yml | 2 |
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: |
