Skip to content

Commit

Permalink
fix performance harness cron schedule (airbytehq#33647)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohansong authored and jatinyadav-cc committed Feb 26, 2024
1 parent 9b4a6a8 commit 085c193
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 085c193

Please sign in to comment.