File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments