Skip to content

Commit ba6cffb

Browse files
committed
fix
1 parent e5be2c6 commit ba6cffb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-chart-version-nightly-template.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
id-token: write
7373
deployments: write
7474
secrets: inherit
75-
strategy:
76-
matrix:
77-
platform: ${{ fromJson(needs.parse-platforms.outputs.platforms) }}
7875
uses: ./.github/workflows/test-integration-template.yaml
7976
with:
8077
identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ matrix.platform }}"
@@ -89,7 +86,7 @@ jobs:
8986
shortname: ${{inputs.shortname}}
9087
auth: ${{inputs.auth}}
9188
exclude: ${{inputs.exclude}}
92-
platforms: ${{ matrix.platform }}
89+
platforms: ${{ input.platform }}
9390
run-all-e2e-tests: ${{ inputs.run-all-e2e-tests }}
9491
always-delete-namespace: true
9592
values-enterprise: "${{ inputs.values-enterprise }}"

0 commit comments

Comments
 (0)