Skip to content

Commit e9ba3ac

Browse files
committed
fix
1 parent 4a17baf commit e9ba3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
secrets: inherit
8484
uses: ./.github/workflows/test-integration-template.yaml
8585
with:
86-
identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ matrix.platform }}"
86+
identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ inputs.platforms }}"
8787
deployment-ttl: "${{ contains(github.event.pull_request.labels.*.name, 'test-persistent') && '1w' || inputs.deployment-ttl }}"
8888
flows: ${{ inputs.flows }}
8989
camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"

0 commit comments

Comments
 (0)