CI: track resource usage
Some checks are pending
Build / Build (push) Waiting to run
Build / Diff output (push) Blocked by required conditions
Build / Deploy to Cloudflare Pages (push) Blocked by required conditions
Build / Deploy to GitHub and GitLab (push) Blocked by required conditions

This commit is contained in:
SukkaW 2025-01-29 21:34:18 +08:00
parent ee40f141f8
commit 821cc251a9

View File

@ -17,7 +17,6 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- run: df -h
# - name: Tune GitHub-hosted runner network
# # https://github.com/actions/runner-images/issues/1187
# uses: smorimoto/tune-github-hosted-runner-network@v1
@ -83,6 +82,9 @@ 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 }}