Skip to content

[CPU] Remove duplicate join/split functions and use ov::util::join #194035

[CPU] Remove duplicate join/split functions and use ov::util::join

[CPU] Remove duplicate join/split functions and use ov::util::join #194035

Workflow file for this run

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: ababushk/checkout@9bec46a94a83db82acd4303e7627d88db71402a5 # cherry_pick_retries
timeout-minutes: 15
- 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