Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Nov 18, 2023
1 parent 3f21027 commit 17c1e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
echo "cached=false" | tee -a $GITHUB_OUTPUTS
fi
- name: Check output
if: steps.cached-bench.outputs.cached == 'true'
if: steps.cached-bench.outputs.cached == "false"
run: |
echo "JSON file exists?"
echo "JSON file does not exist"

0 comments on commit 17c1e42

Please sign in to comment.