Updated protobuf to v21.12 to be aligned with ONNX Runtime #7610
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Files Size | |
on: [push, pull_request] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
permissions: read-all | |
jobs: | |
Check_Files_Size: | |
runs-on: ubuntu-22.04 | |
if: ${{ github.repository_owner == 'openvinotoolkit' }} | |
steps: | |
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 | |
- name: git ls-tree | |
run: git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4 | |
- name: git lfs ls-files | |
run: git lfs ls-files --size |