[skip ci] Avoid writing to Gradle action cache from PRs
This commit is contained in:
parent
1735a25bc3
commit
773f88f8d4
|
@ -43,6 +43,7 @@ jobs:
|
|||
CI_MULTISRC: "true"
|
||||
with:
|
||||
arguments: :multisrc:generateExtensions
|
||||
cache-read-only: true
|
||||
|
||||
- name: Build "${{ matrix.lang }}" extensions
|
||||
uses: gradle/gradle-command-action@v2
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
CI_MATRIX_LANG: ${{ matrix.lang }}
|
||||
with:
|
||||
arguments: assembleDebug
|
||||
cache-read-only: true
|
||||
|
||||
build_individual:
|
||||
name: Build individual modules
|
||||
|
@ -80,3 +82,4 @@ jobs:
|
|||
CI_MATRIX_LANG: ${{ matrix.lang }}
|
||||
with:
|
||||
arguments: assembleDebug
|
||||
cache-read-only: true
|
||||
|
|
Loading…
Reference in New Issue