Skip to content

Commit 9f8ea61

Browse files
authored
test: find the parents commits (#21)
1 parent a442dd7 commit 9f8ea61

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
cd ../rsbuild-demo2
6363
pnpm run build
6464
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 }}
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 }}

0 commit comments

Comments
 (0)