Skip to content

Commit c334516

Browse files
committed
Enable workflow again
1 parent bad876f commit c334516

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: Continuous Benchmark
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6-
# disable for now
7-
# schedule:
8-
# # Run every 4 hours
9-
# - cron: "0 */4 * * *"
6+
schedule:
7+
# Run every 4 hours
8+
- cron: "0 */4 * * *"
109

1110
jobs:
1211
runBenchmark:

0 commit comments

Comments
 (0)