File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2727 "Name": "WorkflowName",
2828 "Value": "${{ github.workflow }}"
2929 },
30+ {
31+ "Name": "JobName",
32+ "Value": "${{ github.job }}"
33+ },
3034 {
3135 "Name": "Repository",
3236 "Value": "${{ github.repository }}"
Original file line number Diff line number Diff line change 3939 echo "::error ::* Add the 'acknowledge-api-break' label to this PR (in rare cases warranting an API breakage)"
4040 exit 1
4141 - name : Upload metrics
42- if : always()
4342 uses : ./.github/actions/workflow-metrics
Original file line number Diff line number Diff line change 6868 echo "cancelling in-progress build: id=$BUILD_ID"
6969 aws codebuild stop-build --id $BUILD_ID
7070 fi
71+ - name : Upload metrics
72+ uses : ./.github/actions/workflow-metrics
7173
7274 service-check-batch-and-artifact-size-metrics :
7375 if : github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
@@ -155,6 +157,8 @@ jobs:
155157 echo If this is expected please add the 'acknowledge-artifact-size-increase' label to this pull request.
156158 exit 1
157159 }
160+ - name : Upload metrics
161+ uses : ./.github/actions/workflow-metrics
158162
159163 release-artifact-size-metrics :
160164 if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments