Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/ci-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ on:
- '**/*.md'
- 'website/**'

workflow_dispatch:
inputs:
target_branch:
description: 'Target branch to compare against'
required: false
default: 'main'
type: string

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -90,7 +98,7 @@ jobs:
run: RSDOCTOR=true CI=true pnpm run build:cases

- name: Report Compressed Size
uses: web-infra-dev/rsdoctor-action@5b30d999c6e0a7840df1445d222b020ef282ed6f
uses: web-infra-dev/rsdoctor-action@71406dd7d0b4815e7e1be27928961544ed618530
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
file_path: '../build-tools-performance/**/dist/rsdoctor-data.json'
Expand Down
Loading