-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: some code in GitHub Actions (#1269)
* fix: typo for rocksdb comments * fix: some actions use services * fix: name in ipfs yml, install librocksdb-dev first * fix: permission and command * fix: ci test * fix: back to ipfs * fix: do not use default for rocksdb * fix: do not run bench for fork repo
- Loading branch information
1 parent
ee47d96
commit c99e08b
Showing
6 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
cp -r ./target/doc/* ./target/book | ||
- name: Deploy to vercel | ||
if: github.ref_name == 'main' | ||
if: github.repository_owner == 'datafuselabs' && github.ref_name == 'main' | ||
uses: amondnet/[email protected] | ||
with: | ||
vercel-token: ${{ secrets.VERCEL_TOKEN }} | ||
|
@@ -48,7 +48,7 @@ jobs: | |
working-directory: ./target/book | ||
|
||
- name: Deploy to vercel (preview) | ||
if: github.ref_name != 'main' | ||
if: github.repository_owner == 'datafuselabs' && github.ref_name != 'main' | ||
uses: amondnet/[email protected] | ||
with: | ||
vercel-token: ${{ secrets.VERCEL_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c99e08b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.service_fs_read_parallel/2x256 KiB
298350
ns/iter (± 26194
)131390
ns/iter (± 9035
)2.27
service_memory_read_full/256 KiB
32410
ns/iter (± 1000
)13122
ns/iter (± 25
)2.47
service_memory_write_once/256 KiB
99833
ns/iter (± 3025
)44694
ns/iter (± 206
)2.23
This comment was automatically generated by workflow using github-action-benchmark.
CC: @Xuanwo
c99e08b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for opendal ready!
✅ Preview
https://opendal-l10j9z3m6-databend.vercel.app
Built with commit c99e08b.
This pull request is being automatically deployed with vercel-action