Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
humaite committed Dec 27, 2024
1 parent 829eb2d commit ffab693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ jobs:
- name: upload artifacts in case of failure
uses: actions/upload-artifact@v4
# if someone wants to always generate the artifacts:
# if: always()
if: always() && failure()
# if: always() && failure()
if: always()
with:
name: "logs-${{ matrix.core_test_mod }}-${{ runner.name }}-${{ github.sha }}"
retention-days: 7
Expand Down

0 comments on commit ffab693

Please sign in to comment.