From a1638a591cb52195f8ece96191cd00f25bdb032e Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Tue, 16 Jan 2024 20:55:45 -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 ec9bf24..e03434e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.