mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-13 13:04:09 +00:00
Merge 79c192b24b
into 3bc8732088
This commit is contained in:
commit
af33cbdaaa
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -36,6 +36,14 @@ jobs:
|
|||||||
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
|
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
# Free GitHub Actions Environment Disk Space
|
||||||
|
- name: Maximize Build Space
|
||||||
|
# jlumbroso/free-disk-space@v1.3.1:
|
||||||
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||||
|
with:
|
||||||
|
tool-cache: false
|
||||||
|
large-packages: false
|
||||||
|
|
||||||
# Check out the current repository
|
# Check out the current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -96,6 +104,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
# Free GitHub Actions Environment Disk Space
|
||||||
|
- name: Maximize Build Space
|
||||||
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||||
|
with:
|
||||||
|
tool-cache: false
|
||||||
|
large-packages: false
|
||||||
|
|
||||||
# Check out the current repository
|
# Check out the current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -142,7 +157,7 @@ jobs:
|
|||||||
|
|
||||||
# Free GitHub Actions Environment Disk Space
|
# Free GitHub Actions Environment Disk Space
|
||||||
- name: Maximize Build Space
|
- name: Maximize Build Space
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||||
with:
|
with:
|
||||||
tool-cache: false
|
tool-cache: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
@ -176,7 +191,7 @@ jobs:
|
|||||||
|
|
||||||
# Free GitHub Actions Environment Disk Space
|
# Free GitHub Actions Environment Disk Space
|
||||||
- name: Maximize Build Space
|
- name: Maximize Build Space
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||||
with:
|
with:
|
||||||
tool-cache: false
|
tool-cache: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -18,6 +18,14 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
# Free GitHub Actions Environment Disk Space
|
||||||
|
- name: Maximize Build Space
|
||||||
|
# jlumbroso/free-disk-space@v1.3.1:
|
||||||
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
|
||||||
|
with:
|
||||||
|
tool-cache: false
|
||||||
|
large-packages: false
|
||||||
|
|
||||||
# Check out the current repository
|
# Check out the current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user