Skip to content

Commit

Permalink
cache master only (#233)
Browse files Browse the repository at this point in the history
* cache master only

* cache downloaded aptos binaries

* try enabling cache to test

* disable zips caching
  • Loading branch information
mkurnikov authored Nov 9, 2024
1 parent da4dbed commit 5ece3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4
with:
# with `true`, caches will only be created in `master` branch, and PRs will run read-only
cache-read-only: false
cache-read-only: true

- name: Build
run: ./gradlew assemble --stacktrace -Pkotlin.incremental=false
Expand Down

0 comments on commit 5ece3ba

Please sign in to comment.