File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - " **"
99 pull_request :
10- types : [opened, reopened, merged ]
10+ types : [opened, reopened, closed ]
1111
1212jobs :
1313 metadata :
9696 name : " Build stage"
9797 needs : [metadata, test-stage]
9898 uses : ./.github/workflows/stage-3-build.yaml
99- if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'merged' ))
99+ if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || ( github.event.action == 'closed' && github.event.pull_request.merged == true) ))
100100 with :
101101 build_datetime : " ${{ needs.metadata.outputs.build_datetime }}"
102102 build_timestamp : " ${{ needs.metadata.outputs.build_timestamp }}"
You can’t perform that action at this time.
0 commit comments