Skip to content

Commit 3b2944b

Browse files
committed
fix
1 parent 07541d7 commit 3b2944b

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,17 @@ permissions:
6565
contents: read
6666

6767
jobs:
68+
validation:
69+
name: Camunda ${{ matrix.version }} - Validation
70+
uses: ./.github/workflows/chart-validate-template.yaml
71+
with:
72+
identifier: "${{ inputs.case }}-vald-${{ inputs.shortname }}-${{ inputs.camunda-version }}-${{ inputs.auth }}-${{ inputs.exclude }}"
73+
camunda-helm-dir: "camunda-platform-${{ inputs.camunda-version }}"
74+
camunda-helm-git-ref: "${{ github.event.pull_request.head.sha }}"
75+
6876
integration:
6977
name: ${{ inputs.camunda-version }} - ${{ inputs.platforms }} - ${{ inputs.case }} - ${{ inputs.shortname }}
78+
needs: [validation]
7079
permissions:
7180
contents: read
7281
id-token: write

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,7 @@ jobs:
8585
echo "$new_matrix"
8686
echo 'JSON'
8787
} >> "$GITHUB_OUTPUT"
88-
89-
validation:
90-
name: Camunda ${{ matrix.version }} - Validation
91-
uses: ./.github/workflows/chart-validate-template.yaml
92-
needs: init
93-
strategy:
94-
fail-fast: false
95-
matrix: ${{ fromJson(needs.init.outputs.matrix) }}
96-
with:
97-
identifier: "${{ matrix.case }}-vald-${{ matrix.shortname }}-${{ matrix.version }}-${{ matrix.auth }}-${{ matrix.exclude }}"
98-
camunda-helm-dir: "camunda-platform-${{ matrix.version }}"
99-
camunda-helm-git-ref: "${{ github.event.pull_request.head.sha }}"
88+
echo $GITHUB_OUTPUT
10089

10190
integation-tests:
10291
name: ${{ matrix.version }} - ${{ matrix.platform }} - ${{ matrix.case }} - ${{ matrix.shortname }} - ${{ matrix.auth }} - ${{ matrix.exclude }}

0 commit comments

Comments
 (0)