mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
GitHub Actions: set Gradle cache to read-only for non-build jobs
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -34,6 +34,8 @@ jobs:
|
||||
# Setup Gradle
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
cache-read-only: true
|
||||
|
||||
# Set environment variables
|
||||
- name: Export Properties
|
||||
|
||||
Reference in New Issue
Block a user