Skip to content

Commit

Permalink
add comment to explain cron
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohansong committed Oct 17, 2023
1 parent a050de3 commit 946f694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/connector-performance-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Connector Performance Harness Cron
on:
schedule:
# * is a special character in YAML so you have to quote this string
- # 5:30 and 17:30
- cron: "30 5,17 * * *"
workflow_dispatch: # for manual triggers

Expand Down

0 comments on commit 946f694

Please sign in to comment.