Skip to content

Add workaround for suseconnect-ng regression #178

Add workaround for suseconnect-ng regression

Add workaround for suseconnect-ng regression #178

---
name: Check file size
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
check-file-size:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Checkout Branch
uses: actions/checkout@v4
- name: Create empty needles directory to avoid dangling symlink that would cause the next step to fail
run: mkdir products/opensuse/needles
- name: "Check for oversized files"
uses: freenet-actions/check-file-size@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
max_size: 14000
fail_on_find: true
post_comment: false