Skip to content

Commit 033ec70

Browse files
committed
Run telemetry on build
1 parent d3b211c commit 033ec70

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
54+
- name: Workflow Telemetry
55+
uses: catchpoint/workflow-telemetry-action@v2.0.0
5456

5557
- name: Set up QEMU
5658
if: inputs.build-arm && github.ref_name == github.event.repository.default_branch

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ 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-
138132
build-aws:
139133
uses: ./.github/workflows/lambda_build.yml
140134
if: inputs.build-platforms == 'aws'

.github/workflows/lambda_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
uses: actions/checkout@v4
7474
with:
7575
fetch-depth: 0
76+
- name: Workflow Telemetry
77+
uses: catchpoint/workflow-telemetry-action@v2.0.0
7678

7779
- name: Configure AWS credentials
7880
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)