Skip to content

Commit

Permalink
Reduce retention to 1 day on failure only (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Aug 8, 2023
1 parent bcf05b2 commit 6135831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:

- name: Store simulation logs
uses: actions/upload-artifact@v3
if: always()
if: failure()
with:
name: ci-logs
path: |
integration/.build/simulations/sim-log-*.txt
integration/.build/noderunner/noderunner-*.txt
integration/.build/wallet_extension/wal-ext-*.txt
integration/.build/eth2/*
retention-days: 2
retention-days: 1


0 comments on commit 6135831

Please sign in to comment.