diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b185ba9..c6754da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,13 +32,6 @@ jobs: pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }} steps: - # Free GitHub Actions Environment Disk Space - - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: false - # Check out current repository - name: Fetch Sources uses: actions/checkout@v3 @@ -153,6 +146,13 @@ jobs: pull-requests: write steps: + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + large-packages: false + # Check out current repository - name: Fetch Sources uses: actions/checkout@v3 @@ -177,6 +177,13 @@ jobs: runs-on: ubuntu-latest steps: + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + large-packages: false + # Check out current repository - name: Fetch Sources uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b7171e8..01de6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +### Changed +- GitHub Actions: move the `Maximize Build Space` step from the `Build` job to `Inspect code` and `Verify plugin` jobs ## [1.10.0] - 2023-08-04 ### Added