Skip to content

Commit

Permalink
fix performance harness cron schedule (#33647)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohansong committed Dec 19, 2023
1 parent 4feef2e commit d43e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/connector-performance-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- # Twice a week, Monday and Thursday.
- cron: "* * * * 1,4"
- cron: "0 0 * * 1,4"
workflow_dispatch: # for manual triggers

jobs:
Expand Down

0 comments on commit d43e300

Please sign in to comment.