Skip to content

Commit

Permalink
Update continuous_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko authored Nov 12, 2024
1 parent 6477c91 commit 098df83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
job-id: assembleRelease
# Makes all non-main branch builds to use read-only caching
read-only: ${{ github.ref != 'refs/heads/main' }}
#read-only: ${{ github.ref != 'refs/heads/main' }}
# Arguments for Gradle execution
arguments: assembleRelease --stacktrace
# Extra files to take into account for ~/.gradle/caches dependencies
Expand Down

0 comments on commit 098df83

Please sign in to comment.