Skip to content

Commit d9e2171

Browse files
committed
fix
1 parent e254799 commit d9e2171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
platform: ${{ fromJson(needs.parse-platforms.outputs.platforms) }}
9494
uses: ./.github/workflows/test-integration-template.yaml
9595
with:
96-
identifier: "${{ github.event.pull_request.number || github.ref }}-intg-${{ inputs.camunda-version }}-${{ matrix.platform }}"
96+
identifier: "${{ github.event.pull_request.number || github.ref }}-intg-${{ matrix.shortname }}-${{ inputs.camunda-version }}-${{ matrix.platform }}"
9797
deployment-ttl: "${{ contains(github.event.pull_request.labels.*.name, 'test-persistent') && '1w' || inputs.deployment-ttl }}"
9898
flows: ${{ inputs.flows }}
9999
camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: ./.github/actions/generate-chart-matrix-nightly
6666

6767
validation:
68-
name: Camunda ${{ inputs.camunda-version }} - Validation
68+
name: Camunda ${{ matrix.version }} - Validation
6969
uses: ./.github/workflows/chart-validate-template.yaml
7070
needs: init
7171
strategy:

0 commit comments

Comments
 (0)