Skip to content

Commit

Permalink
SNOW-1812871: Fix cache-hit comparision (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski authored Dec 12, 2024
1 parent 4d5da2d commit 3106377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Use cached warnings as a baseline
shell: bash
run: cp warnings.json ./ci/scripts/warnings_baseline.json
if: steps.cache-restore-warnings.outputs.cache-hit == true
if: steps.cache-restore-warnings.outputs.cache-hit == 'true'
- name: Warning report
shell: bash
env:
Expand Down

0 comments on commit 3106377

Please sign in to comment.