8888 version : " ${{ needs.metadata.outputs.version }}"
8989 secrets : inherit
9090 build-stage : # Recommended maximum execution time is 3 minutes
91- name : " Build stage"
91+ name : " Build & Assurance stage"
9292 needs : [metadata, test-stage]
9393 uses : ./.github/workflows/stage-3-build.yaml
9494 if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
@@ -100,16 +100,16 @@ jobs:
100100 python_version : " ${{ needs.metadata.outputs.python_version }}"
101101 version : " ${{ needs.metadata.outputs.version }}"
102102 secrets : inherit
103- acceptance-stage : # Recommended maximum execution time is 10 minutes
104- name : " Acceptance stage"
105- needs : [metadata, build-stage]
106- uses : ./.github/workflows/stage-4-acceptance.yaml
107- if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
108- with :
109- build_datetime : " ${{ needs.metadata.outputs.build_datetime }}"
110- build_timestamp : " ${{ needs.metadata.outputs.build_timestamp }}"
111- build_epoch : " ${{ needs.metadata.outputs.build_epoch }}"
112- nodejs_version : " ${{ needs.metadata.outputs.nodejs_version }}"
113- python_version : " ${{ needs.metadata.outputs.python_version }}"
114- version : " ${{ needs.metadata.outputs.version }}"
115- secrets : inherit
103+ # acceptance-stage: # Recommended maximum execution time is 10 minutes
104+ # name: "Acceptance stage"
105+ # needs: [metadata, build-stage]
106+ # uses: ./.github/workflows/stage-4-acceptance.yaml
107+ # if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
108+ # with:
109+ # build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
110+ # build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
111+ # build_epoch: "${{ needs.metadata.outputs.build_epoch }}"
112+ # nodejs_version: "${{ needs.metadata.outputs.nodejs_version }}"
113+ # python_version: "${{ needs.metadata.outputs.python_version }}"
114+ # version: "${{ needs.metadata.outputs.version }}"
115+ # secrets: inherit
0 commit comments