Skip to content

Commit

Permalink
ci: Fix QNS diff to main (#2254)
Browse files Browse the repository at this point in the history
It seems like the cache is not resroring; checking why.
  • Loading branch information
larseggert authored Nov 26, 2024
1 parent c9db498 commit e9936dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,13 @@ jobs:
echo "</details>"
} >> comment.md
- if: github.ref == 'refs/heads/main'
run: mv results results-main

- if: github.ref == 'refs/heads/main'
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: results
path: results-main
key: qns-${{ github.sha }}

- uses: ./.github/actions/pr-comment-data-export
Expand Down

0 comments on commit e9936dd

Please sign in to comment.