Skip to content

Commit

Permalink
Revert to 4cfdbd6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Feb 23, 2024
1 parent 379e6d4 commit be211a3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/git_lfs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# This workflow checks for large files that are not tracked with git lfs
name: Check for git lfs
on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push, pull_request]
permissions:
contents: read
issues: write
contents: write
jobs:
check_git_lfs:
runs-on: ubuntu-latest
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
filesizelimit: 1MB

0 comments on commit be211a3

Please sign in to comment.