From 155a68956a27db861c936022b41cb2a8c14fe4c9 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Tue, 16 Jan 2024 20:55:46 -0800 Subject: [PATCH] Enable reading from the remote Toast cache for pull requests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f667a0d9..95f846e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.