Merge pull request #1708 from kubescape/debug-disk-space-checks

Changed large-runner type for binary-build job
This commit is contained in:
Yonatan Amzallag
2024-07-03 14:01:49 +03:00
committed by GitHub
@@ -146,7 +146,7 @@ jobs:
needs: wf-preparation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-22.04-large
runs-on: ubuntu-large
steps:
- name: (debug) Step 1 - Check disk space before checkout
run: df -h