Skip to content

Commit

Permalink
Merge branch 'master' into SNOW-864140-update-build-scripts-instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx authored Dec 12, 2024
2 parents fd3e49d + 3106377 commit 4ee3b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -73,6 +73,6 @@ jobs:
uses: actions/cache/save@v4
with:
path: warnings.json
key: ${{ github.event.pull_request.base.sha }}-compile-warnings
key: ${{ github.sha }}-compile-warnings
if: github.ref_name == github.event.repository.default_branch

0 comments on commit 4ee3b79

Please sign in to comment.