Skip to content

Commit

Permalink
Update check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Sep 24, 2024
1 parent a81aa4a commit 651a56b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}qq
steps:
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
- name: Checkout git repository
uses: actions/checkout@v4
- name: Set up Java
Expand Down Expand Up @@ -94,6 +99,11 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
- name: Checkout git repository
uses: actions/checkout@v4
- name: Set up Java
Expand All @@ -116,6 +126,11 @@ jobs:
permissions:
contents: write
steps:
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
- name: Checkout git repository
uses: actions/checkout@v4
- name: Remove old release drafts
Expand Down

0 comments on commit 651a56b

Please sign in to comment.