File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,17 @@ permissions:
6565 contents : read
6666
6767jobs :
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments