Skip to content

Commit

Permalink
ci: fix "forkRuns" default value
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed May 17, 2023
1 parent 4c6cc8f commit 57236fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
forkRuns:
default: "100000"
default: "1000"
description: 'Number of fork test runs. Defaults to 1000'
required: false
fuzzRuns:
Expand Down

0 comments on commit 57236fc

Please sign in to comment.