Browse Source

CI: remove workflow profiling

SukkaW 1 year ago
parent
commit
82fe0e69b0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/main.yml

+ 0 - 3
.github/workflows/main.yml

@@ -82,9 +82,6 @@ jobs:
             ${{ runner.os }}-v3-${{ steps.date.outputs.year }}-
             ${{ runner.os }}-v3-
       - run: pnpm install
-      - uses: catchpoint/workflow-telemetry-action@v2
-        with:
-          comment_on_pr: false
       - run: pnpm run build
         env:
           PUBLIC_DIR: ${{ steps.ramdisk.outputs.build_dir }}