Skip to content

Commit

Permalink
style(ci): fix wording as suggested by @pdurbin
Browse files Browse the repository at this point in the history
"Deplete" seems harder to understand than just plain ol' "delete".

Co-authored-by: Philip Durbin <[email protected]>
  • Loading branch information
poikilotherm and pdurbin authored Apr 16, 2024
1 parent 25826fe commit 086cc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_cache_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches:
- develop
# According to https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
# all caches are depleted after 7 days of no access. Make sure we rejuvenate every 7 days to keep it available.
# all caches are deleted after 7 days of no access. Make sure we rejuvenate every 7 days to keep it available.
schedule:
- cron: '23 2 * * 0' # Run for 'develop' every Sunday at 02:23 UTC (3:23 CET, 21:23 ET)
# Enable manual cache management
workflow_dispatch:
# Deplete branch caches once a PR is merged
# Delete branch caches once a PR is merged
pull_request:
types:
- closed
Expand Down

0 comments on commit 086cc61

Please sign in to comment.