Skip to content

Commit

Permalink
Merge pull request #458 from stepchowfun/read-remote-cache
Browse files Browse the repository at this point in the history
Enable reading from the remote Toast cache for pull requests
  • Loading branch information
stepchowfun authored Jan 17, 2024
2 parents c68c529 + 155a689 commit c3ccaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
tasks: build test_units test_rust_integration test_typescript_integration lint release run
docker_repo: stephanmisc/toast
read_remote_cache: ${{ github.event_name == 'push' }}
read_remote_cache: true
write_remote_cache: ${{ github.event_name == 'push' }}
- run: |
# Make Bash not silently ignore errors.
Expand Down

0 comments on commit c3ccaf9

Please sign in to comment.