Skip to content

Commit

Permalink
chore: modify condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Aug 28, 2024
1 parent 6c2be7d commit b3cf693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
secrets: inherit

publish-bundle:
if: ${{ success() && needs.getDistTag.outputs.tag != 'beta' }}
if: ${{ success() && needs.getDistTag.outputs.tag == '' }}
uses: ./.github/workflows/releaseWithCoreBundle.yml
needs: [getDistTag, npm]
with:
Expand Down

2 comments on commit b3cf693

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: b3cf693 Previous: 6c2be7d Ratio
eda-componentSetCreate-linux 232 ms 244 ms 0.95
eda-sourceToMdapi-linux 2356 ms 2230 ms 1.06
eda-sourceToZip-linux 1853 ms 1863 ms 0.99
eda-mdapiToSource-linux 2853 ms 2925 ms 0.98
lotsOfClasses-componentSetCreate-linux 471 ms 432 ms 1.09
lotsOfClasses-sourceToMdapi-linux 3643 ms 3754 ms 0.97
lotsOfClasses-sourceToZip-linux 3113 ms 3036 ms 1.03
lotsOfClasses-mdapiToSource-linux 3537 ms 3563 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 744 ms 749 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6428 ms 6435 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5459 ms 5560 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 6489 ms 6594 ms 0.98

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: b3cf693 Previous: 6c2be7d Ratio
eda-componentSetCreate-win32 730 ms 625 ms 1.17
eda-sourceToMdapi-win32 4945 ms 4252 ms 1.16
eda-sourceToZip-win32 3343 ms 2935 ms 1.14
eda-mdapiToSource-win32 6534 ms 5685 ms 1.15
lotsOfClasses-componentSetCreate-win32 1366 ms 1209 ms 1.13
lotsOfClasses-sourceToMdapi-win32 8819 ms 7765 ms 1.14
lotsOfClasses-sourceToZip-win32 5662 ms 5249 ms 1.08
lotsOfClasses-mdapiToSource-win32 8192 ms 7706 ms 1.06
lotsOfClassesOneDir-componentSetCreate-win32 2165 ms 2103 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-win32 14099 ms 13688 ms 1.03
lotsOfClassesOneDir-sourceToZip-win32 9684 ms 9160 ms 1.06
lotsOfClassesOneDir-mdapiToSource-win32 14511 ms 14061 ms 1.03

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.