Skip to content

Commit

Permalink
chore: reduce retention day to 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 14, 2023
1 parent 7ea31b1 commit c5c9b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-or-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
with:
name: playwright-report-smoke-${{ matrix.shard }}_${{ strategy.job-total }}
path: apps/ngx-bootstrap-docs-e2e/playwright-report
retention-days: 30
retention-days: 14

e2e_full:
name: e2e full
Expand Down Expand Up @@ -198,4 +198,4 @@ jobs:
with:
name: playwright-report-full-${{ matrix.shard }}_${{ strategy.job-total }}
path: apps/ngx-bootstrap-docs-e2e/playwright-report
retention-days: 30
retention-days: 14

0 comments on commit c5c9b2c

Please sign in to comment.