From 81805bd0f9ab6876bda49b748247fcc2ba478e91 Mon Sep 17 00:00:00 2001 From: Vikramjeet Singh <72499426+VikramxD@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:18:21 +0530 Subject: [PATCH] Delete .github/workflows/check-file-size.yaml --- .github/workflows/check-file-size.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/check-file-size.yaml diff --git a/.github/workflows/check-file-size.yaml b/.github/workflows/check-file-size.yaml deleted file mode 100644 index 4f46205..0000000 --- a/.github/workflows/check-file-size.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Check file size -on: # or directly `on: [push]` to run the action on every push on any branch - pull_request: - branches: [main] - - # to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - sync-to-hub: - runs-on: ubuntu-latest - steps: - - name: Check large files - uses: ActionsDesk/lfs-warning@v2.0 - with: - filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces