Skip to content

Commit

Permalink
chore(workflow): should allow alpha npm tag (#6976)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jun 28, 2024
1 parent 133e3c9 commit 807befb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- nightly
- latest
- beta
- alpha
dry_run:
type: boolean
description: "DryRun release"
Expand Down

2 comments on commit 807befb

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
nx ✅ success
rspress ❌ failure
rsbuild ❌ failure
compat ❌ failure
examples ❌ failure

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-06-28 940dcb5) Current Change
10000_development-mode + exec 2.26 s ± 23 ms 2.26 s ± 20 ms -0.15 %
10000_development-mode_hmr + exec 742 ms ± 4.2 ms 741 ms ± 15 ms -0.13 %
10000_production-mode + exec 3.14 s ± 20 ms 2.99 s ± 31 ms -4.82 %
arco-pro_development-mode + exec 1.99 s ± 65 ms 1.92 s ± 84 ms -3.26 %
arco-pro_development-mode_hmr + exec 443 ms ± 2.7 ms 442 ms ± 2.7 ms -0.23 %
arco-pro_production-mode + exec 4.07 s ± 95 ms 3.6 s ± 120 ms -11.47 %
threejs_development-mode_10x + exec 1.62 s ± 13 ms 1.62 s ± 15 ms +0.09 %
threejs_development-mode_10x_hmr + exec 816 ms ± 6 ms 816 ms ± 8.1 ms +0.01 %
threejs_production-mode_10x + exec 5.99 s ± 34 ms 5.86 s ± 35 ms -2.18 %

Please sign in to comment.