diff --git a/.github/workflows/ci-diff.yml b/.github/workflows/ci-diff.yml index 6008eb624eb7..1d103ce6450f 100644 --- a/.github/workflows/ci-diff.yml +++ b/.github/workflows/ci-diff.yml @@ -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 @@ -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'