Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <[email protected]>
  • Loading branch information
chahatsagarmain committed Jan 14, 2025
1 parent 1f4915f commit 3cc8f37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-check-bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
path: ./bundle_size.txt
key: jaeger-bundle
restore-keys: |
jaeger-bundle
- name: Compare bundle sizes
if: steps.cache-bundle-size.outputs.cache-hit == 'true'
Expand Down Expand Up @@ -83,4 +85,4 @@ jobs:
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
with:
path: ./bundle_size.txt
key: jaeger-bundle
key: jaeger-bundle_${{ github.run_id }}

0 comments on commit 3cc8f37

Please sign in to comment.