Skip to content

Commit

Permalink
Enable reading from the remote Toast cache for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jan 17, 2024
1 parent d8faa63 commit a1638a5
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 lint release validate_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 a1638a5

Please sign in to comment.