Skip to content

Commit

Permalink
chore: add check-size to actions (#3115)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Mar 12, 2024
1 parent ab0b4c5 commit e9307da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
fetch-depth: 1

# - name: Check large files
# uses: actionsdesk/lfs-warning@v3.2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# filesizelimit: "1048576"
# exclusionPatterns: |
# deploy/helm-charts
# manager/console
- name: Check large files
uses: actionsdesk/lfs-warning@v3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: "1048576"
exclusionPatterns: |
deploy/helm-charts
manager/console

0 comments on commit e9307da

Please sign in to comment.