We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a442dd7 commit 9f8ea61Copy full SHA for 9f8ea61
1 file changed
.github/workflows/ci.yml
@@ -62,9 +62,9 @@ jobs:
62
cd ../rsbuild-demo2
63
pnpm run build
64
65
- - name: Report Compressed Size
66
- uses: ./
67
- with:
68
- github_token: ${{ secrets.GITHUB_TOKEN }}
69
- file_path: 'examples/**/*/.rsdoctor/rsdoctor-data.json'
70
- target_branch: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.event.repository.default_branch }}
+ # - name: Report Compressed Size
+ # uses: ./
+ # with:
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
+ # file_path: 'examples/**/*/.rsdoctor/rsdoctor-data.json'
+ # target_branch: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.event.repository.default_branch }}
0 commit comments