From 72f74d51b7cbc5f21630efb92e5232d61b4b76a8 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Tue, 21 Sep 2021 19:41:48 +0100 Subject: [PATCH] Restrict test cache restoration There is currently no way to invalidate the cache, so master won't pass CI if a breaking change has been made to the binary data formats. Fix this by only restoring from the same commit SHA. --- .github/workflows/osrm-backend.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 41793473f30..c4d4262ce59 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -397,8 +397,6 @@ jobs: with: path: ${{github.workspace}}/test/cache key: test-${{ matrix.name }}-${{ github.sha }} - restore-keys: | - test-${{ matrix.name }}- - name: Prepare environment run: |