Skip to content

Commit

Permalink
read-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Feb 23, 2024
1 parent b526509 commit 23a7683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git_lfs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This workflow checks for large files that are not tracked with git lfs
name: Check for git lfs
name: Check for Git LFS
on: [push, pull_request]
jobs:
check_git_lfs:
runs-on: ubuntu-latest
permissions: write-all
permissions: read-all
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
Expand Down

0 comments on commit 23a7683

Please sign in to comment.