Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload PR information for CI
Browse files Browse the repository at this point in the history
WorldSEnder committed Dec 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0c953e4 commit 124b51b
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark-core.yml
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: benchmark-core
include-hidden-files: true
path: |
.PR_NUMBER
yew-master/tools/output.log
1 change: 1 addition & 0 deletions .github/workflows/benchmark-ssr.yml
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: benchmark-ssr
include-hidden-files: true
path: |
.PR_NUMBER
yew-master/tools/output.json
1 change: 1 addition & 0 deletions .github/workflows/build-api-docs.yml
Original file line number Diff line number Diff line change
@@ -60,5 +60,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pr-info
include-hidden-files: true
path: .PR_INFO
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
@@ -62,5 +62,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pr-info
include-hidden-files: true
path: .PR_INFO
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/size-cmp.yml
Original file line number Diff line number Diff line change
@@ -69,5 +69,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: size-cmp-${{ matrix.target }}-info
include-hidden-files: true
path: ".SIZE_CMP_INFO"
retention-days: 1

0 comments on commit 124b51b

Please sign in to comment.