fix parallelization

pull/7154/head
Gokhan Gulbiz 2023-08-18 16:28:30 +03:00
parent 5347a5107e
commit 9419b4b6cb
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ jobs:
pg_version:
- ${{ inputs.pg14_version }}
- ${{ inputs.pg15_version }}
parallel: ${{ fromJson(needs.prepare_parallelization_matrix_6.outputs.json) }}
parallel: ${{ fromJson('{1,2,3,4,5,6}') }}
steps:
- uses: "./.github/actions/install_extension"
- name: Test arbitrary configs