Skip to content

Commit

Permalink
ci: Delete results-main before mv (#2262)
Browse files Browse the repository at this point in the history
Because otherwise the `mv` command will fail.
  • Loading branch information
larseggert authored Dec 2, 2024
1 parent d669f0c commit 9143d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
- if: github.ref == 'refs/heads/main'
run: |
rm -rf results-main || true
mv results results-main
echo "${{ github.sha }}" > results-main/baseline-sha.txt
Expand Down

0 comments on commit 9143d73

Please sign in to comment.