diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml index cf0547789af..891b7f1816d 100644 --- a/.github/workflows/additional_checks.yml +++ b/.github/workflows/additional_checks.yml @@ -26,6 +26,8 @@ jobs: runs-on: ubuntu-22.04 steps: + - name: Collect Workflow Telemetry + uses: runforesight/workflow-telemetry-action@v1 - name: Checkout repository contents uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: