We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d471f08 commit 90df9b4Copy full SHA for 90df9b4
.github/workflows/version-tests.yml
@@ -12,7 +12,7 @@ on:
12
description: The number of versions to verify in parallel
13
required: false
14
type: number
15
- default: 4
+ default: '2'
16
image:
17
description: The docling-serve image to fetch
18
required: true
@@ -86,7 +86,7 @@ jobs:
86
echo "CREATE_GITHUB_ISSUE_FLAG=$CREATE_GITHUB_ISSUE_FLAG" >> $GITHUB_ENV
87
88
# Set defaults for scheduled runs
89
- echo "PARALLELISM=${{ inputs.parallelism || '4' }}" >> $GITHUB_ENV
+ echo "PARALLELISM=${{ inputs.parallelism || '2' }}" >> $GITHUB_ENV
90
echo "IMAGE=${{ inputs.image || 'docling-project/docling-serve' }}" >> $GITHUB_ENV
91
echo "REGISTRY=${{ inputs.registry || 'ghcr.io' }}" >> $GITHUB_ENV
92
echo "OUTPUT_DIR=${{ inputs.outputDir || 'results' }}" >> $GITHUB_ENV
0 commit comments