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 4a17baf commit e9ba3acCopy full SHA for e9ba3ac
.github/workflows/test-chart-version-nightly-template.yaml
@@ -83,7 +83,7 @@ jobs:
83
secrets: inherit
84
uses: ./.github/workflows/test-integration-template.yaml
85
with:
86
- identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ matrix.platform }}"
+ identifier: "nightly-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ inputs.platforms }}"
87
deployment-ttl: "${{ contains(github.event.pull_request.labels.*.name, 'test-persistent') && '1w' || inputs.deployment-ttl }}"
88
flows: ${{ inputs.flows }}
89
camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"
0 commit comments