Skip to content

Commit d3b211c

Browse files
committed
Added workflow telemetry
1 parent 7ff32f9 commit d3b211c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ jobs:
129129
exit 1
130130
fi
131131
132+
workflow-telemetry-action:
133+
runs-on: ubuntu-latest
134+
steps:
135+
- name: Collect Workflow Telemetry
136+
uses: catchpoint/workflow-telemetry-action@v2
137+
132138
build-aws:
133139
uses: ./.github/workflows/lambda_build.yml
134140
if: inputs.build-platforms == 'aws'

0 commit comments

Comments
 (0)