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 }} | ||||
|     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 | ||||
|       - name: Fetch Sources | ||||
|         uses: actions/checkout@v4 | ||||
| @ -96,6 +104,13 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     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 | ||||
|       - name: Fetch Sources | ||||
|         uses: actions/checkout@v4 | ||||
| @ -142,7 +157,7 @@ jobs: | ||||
| 
 | ||||
|       # Free GitHub Actions Environment Disk Space | ||||
|       - name: Maximize Build Space | ||||
|         uses: jlumbroso/free-disk-space@main | ||||
|         uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be | ||||
|         with: | ||||
|           tool-cache: false | ||||
|           large-packages: false | ||||
| @ -176,7 +191,7 @@ jobs: | ||||
| 
 | ||||
|       # Free GitHub Actions Environment Disk Space | ||||
|       - name: Maximize Build Space | ||||
|         uses: jlumbroso/free-disk-space@main | ||||
|         uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be | ||||
|         with: | ||||
|           tool-cache: false | ||||
|           large-packages: false | ||||
|  | ||||
							
								
								
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -18,6 +18,14 @@ jobs: | ||||
|       pull-requests: write | ||||
|     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 | ||||
|       - name: Fetch Sources | ||||
|         uses: actions/checkout@v4 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user