Reduced fuzzer gate cycles

This commit is contained in:
Daylon Wilkins
2021-08-24 14:55:07 -07:00
committed by Daylon Wilkins
parent 333b9c23cb
commit ab923b17fc
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ echo '
"--bucket=dolt-fuzzer-runs",
"--region=us-west-2",
"--version-gate-job",
"--fuzzer-args=merge, --cycles=25"
"--fuzzer-args=merge, --cycles=5"
]
}
],
+1 -1
View File
@@ -3,7 +3,7 @@ name: Fuzzer
on:
push:
paths:
- 'go/'
- 'go/**'
branches:
- 'master'