Skip to content

Commit

Permalink
fix: change cron job to once a day (#10570)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Jan 3, 2024
1 parent eb12fed commit 670823a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow-node-performance-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Copyright (C) 2022-2023 Hedera Hashgraph, LLC
# Copyright (C) 2022-2024 Hedera Hashgraph, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
name: "Node: Performance Tests"
on:
schedule:
- cron: '0 */16 * * *'
- cron: '0 0 * * *'
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 670823a

Please sign in to comment.