Skip to content

Commit

Permalink
minor change
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 23b39ae commit 1f4915f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-check-bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
with:
path: ./bundle_size.txt
key: bundle-size-jaeger-linux-amd64
key: jaeger-bundle

- name: Compare bundle sizes
if: steps.cache-bundle-size.outputs.cache-hit == 'true'
Expand All @@ -79,8 +79,8 @@ jobs:
mv ./new_bundle_size.txt ./bundle_size.txt
- name: Save new bundle size
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/main') }}
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
with:
path: ./bundle_size.txt
key: bundle-size-jaeger-${{ matrix.os }}-${{ matrix.arch }}
key: jaeger-bundle

0 comments on commit 1f4915f

Please sign in to comment.