Skip to content

Commit

Permalink
Drop actions size-compoare for desktop-client
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Dec 14, 2023
1 parent 8fbecca commit 0ca51ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/size-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
run: |
sed -i -E 's/\.[0-9a-f]{8,}\././g' ./head/*.json
sed -i -E 's/\.[0-9a-f]{8,}\././g' ./base/*.json
- uses: github/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
current-stats-json-path: ./head/desktop-client-stats.json
base-stats-json-path: ./base/desktop-client-stats.json
title: desktop-client
# - uses: github/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# current-stats-json-path: ./head/desktop-client-stats.json
# base-stats-json-path: ./base/desktop-client-stats.json
# title: desktop-client

- uses: github/[email protected]
with:
Expand Down

0 comments on commit 0ca51ef

Please sign in to comment.