From 07eb2509b6d421a4df892446dd25d79ca30e4845 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Tue, 21 Nov 2023 19:45:00 -0800 Subject: [PATCH] wth? --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 281e60c..fe7cc66 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -89,7 +89,7 @@ jobs: - name: Run benchmarks uses: benchmark-action/github-action-benchmark@v1 - if: steps.cache.outputs.cache-hit == 'false' + if: steps.cache.outputs.cache-hit != 'true' with: # What benchmark tool the output.txt came from tool: 'go'