github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/.github/workflows/max-size-check.yml (about) 1 name: Max File Size Check 2 3 on: 4 push: 5 branches: [main] 6 pull_request: 7 branches: [main] 8 9 jobs: 10 max-file-check: 11 runs-on: ubuntu-latest 12 steps: 13 - name: Checkout 14 uses: actionsdesk/lfs-warning@v2.0 15 with: 16 token: ${{ secrets.GITHUB_TOKEN }} 17 filesizelimit: '2097152' # 2 MB