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 e5be2c6 commit ba6cffbCopy full SHA for ba6cffb
.github/workflows/test-chart-version-nightly-template.yaml
@@ -72,9 +72,6 @@ jobs:
72
id-token: write
73
deployments: write
74
secrets: inherit
75
- strategy:
76
- matrix:
77
- platform: ${{ fromJson(needs.parse-platforms.outputs.platforms) }}
78
uses: ./.github/workflows/test-integration-template.yaml
79
with:
80
identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ matrix.platform }}"
@@ -89,7 +86,7 @@ jobs:
89
86
shortname: ${{inputs.shortname}}
90
87
auth: ${{inputs.auth}}
91
88
exclude: ${{inputs.exclude}}
92
- platforms: ${{ matrix.platform }}
+ platforms: ${{ input.platform }}
93
run-all-e2e-tests: ${{ inputs.run-all-e2e-tests }}
94
always-delete-namespace: true
95
values-enterprise: "${{ inputs.values-enterprise }}"
0 commit comments