Skip to content

Commit

Permalink
ci: change cron job to every 16 hours (#10491)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas authored Dec 15, 2023
1 parent e727601 commit 9ea6569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-node-performance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name: "Node: Performance Tests"
on:
schedule:
- cron: '0 */12 * * *'
- cron: '0 */16 * * *'
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 9ea6569

Please sign in to comment.